Skip to content

Commit

Permalink
fix: tiktok_ads remove page.url as a required field (#3006)
Browse files Browse the repository at this point in the history
fix: remove page.url as a required field
  • Loading branch information
anantjain45823 authored Jan 19, 2024
1 parent 95f87e9 commit 595f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/tiktok_ads/data/TikTokTrackV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"destKey": "page.url",
"sourceKeys": ["properties.context.page.url", "properties.url", "context.page.url"],
"required": true
"required": false
},
{
"destKey": "page.referrer",
Expand Down

0 comments on commit 595f819

Please sign in to comment.