From 49c4988cc872f40780fa640240c209c3d768fab4 Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Tue, 23 Jan 2024 21:22:47 +0530 Subject: [PATCH 1/2] fix: remove brand mapping from products to contents in tiktok_ads --- src/v0/destinations/tiktok_ads/util.js | 1 - test/integrations/destinations/tiktok_ads/processor/data.ts | 2 -- 2 files changed, 3 deletions(-) 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, From e4420e079ebc41417c13c535f924300919238bb1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Jan 2024 04:47:27 +0000 Subject: [PATCH 2/2] chore(release): 1.54.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96502e7583..0dab3e6b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.54.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.54.0...v1.54.1) (2024-01-24) + + +### Bug Fixes + +* remove brand mapping from products to contents in tiktok_ads ([49c4988](https://github.com/rudderlabs/rudder-transformer/commit/49c4988cc872f40780fa640240c209c3d768fab4)) + ## [1.54.0](https://github.com/rudderlabs/rudder-transformer/compare/v1.53.0...v1.54.0) (2024-01-22) diff --git a/package-lock.json b/package-lock.json index 612eafa0d7..111f50d86a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-transformer", - "version": "1.54.0", + "version": "1.54.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-transformer", - "version": "1.54.0", + "version": "1.54.1", "license": "ISC", "dependencies": { "@amplitude/ua-parser-js": "0.7.24", diff --git a/package.json b/package.json index 7d62e4768f..f20e94b9a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-transformer", - "version": "1.54.0", + "version": "1.54.1", "description": "", "homepage": "https://github.com/rudderlabs/rudder-transformer#readme", "bugs": {