Skip to content

Commit

Permalink
chore: comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Feb 15, 2024
1 parent 6a731b8 commit 1535cd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/v0/destinations/tiktok_ads_offline_events/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ const PARTNER_NAME = 'RudderStack';

const EVENT_NAME_MAPPING = {
'checkout step completed': 'CompletePayment',
contact: 'Contact',
submitform: 'SubmitForm',
subscribe: 'Subscribe',
'product added to wishlist': 'AddToWishlist',
'product added': 'AddToCart',
'checkout started': 'InitiateCheckout',
'payment info entered': 'AddPaymentInfo',
'order completed': 'PlaceAnOrder',
viewcontent: 'ViewContent',
'payment info entered': 'AddPaymentInfo',
'product added to wishlist': 'AddToWishlist',
'product added': 'AddToCart',
clickbutton: 'ClickButton',
search: 'Search',
download: 'Download',
completeregistration: 'CompleteRegistration',
contact: 'Contact',
download: 'Download',
search: 'Search',
submitform: 'SubmitForm',
subscribe: 'Subscribe',
viewcontent: 'ViewContent',
};
const MAPPING_CONFIG = getMappingConfig(CONFIG_CATEGORIES, __dirname);

Expand Down

0 comments on commit 1535cd2

Please sign in to comment.