From ed299d5d46392d8d1fe4e3b187dd3aeb4e9cc9db Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Thu, 21 Dec 2023 12:23:30 +0530 Subject: [PATCH] fix: tiktok add missing field brand --- src/v0/destinations/tiktok_ads/util.js | 1 + test/integrations/destinations/tiktok_ads/processor/data.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/v0/destinations/tiktok_ads/util.js b/src/v0/destinations/tiktok_ads/util.js index 4050a9fe34..dbc8b344fc 100644 --- a/src/v0/destinations/tiktok_ads/util.js +++ b/src/v0/destinations/tiktok_ads/util.js @@ -21,6 +21,7 @@ const getContents = (message) => { price: product.price, quantity: product.quantity, description: product.description, + brand: product.brand }; contents.push(removeUndefinedAndNullValues(singleProduct)); }); diff --git a/test/integrations/destinations/tiktok_ads/processor/data.ts b/test/integrations/destinations/tiktok_ads/processor/data.ts index 46128f46b8..ee78fff45a 100644 --- a/test/integrations/destinations/tiktok_ads/processor/data.ts +++ b/test/integrations/destinations/tiktok_ads/processor/data.ts @@ -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', @@ -4618,6 +4619,7 @@ export const data = [ content_name: 'Monopoly', price: 14, quantity: 1, + brand:"brand_name" }, { content_type: 'product_group',