Skip to content

Commit

Permalink
Merge branch 'develop' into enhance.gaoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 authored Dec 26, 2023
2 parents 7bd3621 + ca76297 commit 81d9b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/v0/destinations/tiktok_ads/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const getContents = (message) => {
price: product.price,
quantity: product.quantity,
description: product.description,
brand: product.brand
};
contents.push(removeUndefinedAndNullValues(singleProduct));
});
Expand Down
2 changes: 2 additions & 0 deletions test/integrations/destinations/tiktok_ads/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4541,6 +4541,7 @@ export const data = [
category: 'Games',
url: 'https://www.website.com/product/path',
image_url: 'https://www.website.com/product/path.jpg',
brand:"brand_name"
},
{
product_id: '345',
Expand Down Expand Up @@ -4618,6 +4619,7 @@ export const data = [
content_name: 'Monopoly',
price: 14,
quantity: 1,
brand:"brand_name"
},
{
content_type: 'product_group',
Expand Down

0 comments on commit 81d9b7f

Please sign in to comment.