Skip to content

Commit

Permalink
fix: add mappings to mp event (#3997)
Browse files Browse the repository at this point in the history
* fix: add mappings to mp event

* fix: router tests

* chore: merge conflit fix

---------

Co-authored-by: Sai Sankeerth <[email protected]>
  • Loading branch information
sanpj2292 and Sai Sankeerth authored Jan 27, 2025
1 parent eac2a2f commit 2eab465
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/v0/destinations/mp/data/MPEventPropertiesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"destKey": "mp_lib"
},
{
"sourceKeys": "context.page.initialReferrer",
"sourceKeys": ["context.page.initialReferrer", "context.page.initial_referrer"],
"destKey": "$initial_referrer"
},
{
"sourceKeys": "context.page.initialReferringDomain",
"sourceKeys": ["context.page.initialReferringDomain", "context.page.initial_referring_domain"],
"destKey": "$initial_referring_domain"
},
{
Expand Down
Loading

0 comments on commit 2eab465

Please sign in to comment.