-
Notifications
You must be signed in to change notification settings - Fork 0
Example: UTM
Richard Cowin edited this page Nov 28, 2023
·
3 revisions
{
"source": "query",
"type": "string",
"apply": [
{ "tag": "campaign.source", "key": "utm_source"},
{ "tag": "campaign.name", "key": "utm_campaign"},
{ "tag": "campaign.medium", "key": "utm_medium"},
{ "tag": "campaign.term", "key": "utm_term"},
{ "tag": "campaign.content", "key": "utm_content"}
]
}