diff --git a/src/v0/destinations/tiktok_ads/util.js b/src/v0/destinations/tiktok_ads/util.js index 5f86193531..3d86ac69b7 100644 --- a/src/v0/destinations/tiktok_ads/util.js +++ b/src/v0/destinations/tiktok_ads/util.js @@ -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)); }); diff --git a/test/integrations/destinations/tiktok_ads/processor/data.ts b/test/integrations/destinations/tiktok_ads/processor/data.ts index 334dba9440..9d7c3a8d10 100644 --- a/test/integrations/destinations/tiktok_ads/processor/data.ts +++ b/test/integrations/destinations/tiktok_ads/processor/data.ts @@ -4619,7 +4619,6 @@ export const data = [ content_name: 'Monopoly', price: 14, quantity: 1, - brand: 'brand_name', }, { content_type: 'product_group', @@ -6484,7 +6483,6 @@ export const data = [ content_category: 'Games', content_id: '123', content_name: 'Monopoly', - brand: 'adidas', }, { price: 3.45,