Skip to content

Commit

Permalink
fix: remove brand mapping from products to contents in tiktok_ads
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Jan 23, 2024
1 parent 724a4ac commit f4f7b59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/v0/destinations/tiktok_ads/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const getContents = (message, getContentType = true) => {
price: product.price,
quantity: product.quantity,
description: product.description,
brand: product.brand,
};
contents.push(removeUndefinedAndNullValues(singleProduct));
});
Expand Down
2 changes: 0 additions & 2 deletions test/integrations/destinations/tiktok_ads/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4619,7 +4619,6 @@ export const data = [
content_name: 'Monopoly',
price: 14,
quantity: 1,
brand: 'brand_name',
},
{
content_type: 'product_group',
Expand Down Expand Up @@ -6484,7 +6483,6 @@ export const data = [
content_category: 'Games',
content_id: '123',
content_name: 'Monopoly',
brand: 'adidas',
},
{
price: 3.45,
Expand Down

0 comments on commit f4f7b59

Please sign in to comment.