From a2c4f27e3d9ed67e7b5b064f82e9722ee7df2637 Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Fri, 19 Jan 2024 14:05:08 +0530 Subject: [PATCH] fix: remove page.url as a required field --- src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json b/src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json index 8a31d67199..530d6e392a 100644 --- a/src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json +++ b/src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json @@ -69,7 +69,7 @@ { "destKey": "page.url", "sourceKeys": ["properties.context.page.url", "properties.url", "context.page.url"], - "required": true + "required": false }, { "destKey": "page.referrer",