Skip to content

Commit

Permalink
feat(INT-580): messageId to event_id mapping support (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 authored Sep 8, 2023
2 parents dfd6af6 + 72f87bf commit b38843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/tiktok_ads/data/TikTokTrack.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"destKey": "event_id",
"sourceKeys": "properties.eventId",
"sourceKeys": ["properties.eventId", "properties.event_id", "messageId"],
"required": false
},
{
Expand Down

0 comments on commit b38843b

Please sign in to comment.