Skip to content

Instantly share code, notes, and snippets.

@samjewell
Last active January 24, 2024 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samjewell/a96fa84b9bff42b4b5087c269f5b0448 to your computer and use it in GitHub Desktop.
Save samjewell/a96fa84b9bff42b4b5087c269f5b0448 to your computer and use it in GitHub Desktop.
Dummy Attribution report with attrib dimensions "application" and "region"
{
"attributions": [
{
"monthISO": "2023-07",
"monthString": "July",
"application": "marketing_site",
"region": "EMEA",
"billableSeries": 40,
"dollarCost": 4
},
{
"monthISO": "2023-07",
"monthString": "July",
"application": "checkout",
"region": "EMEA",
"billableSeries": 330,
"dollarCost": 33
},
{
"monthISO": "2023-07",
"monthString": "July",
"application": "marketing_site",
"region": "APAC",
"billableSeries": 70,
"dollarCost": 7
},
{
"monthISO": "2023-07",
"monthString": "July",
"application": "checkout",
"region": "APAC",
"billableSeries": 990,
"dollarCost": 99
},
{
"monthISO": "2023-06",
"monthString": "June",
"application": "marketing_site",
"region": "EMEA",
"billableSeries": 60,
"dollarCost": 6
},
{
"monthISO": "2023-06",
"monthString": "June",
"application": "checkout",
"region": "EMEA",
"billableSeries": 440,
"dollarCost": 44
},
{
"monthISO": "2023-06",
"monthString": "June",
"application": "marketing_site",
"region": "APAC",
"billableSeries": 90,
"dollarCost": 9
},
{
"monthISO": "2023-06",
"monthString": "June",
"application": "checkout",
"region": "APAC",
"billableSeries": "1,010",
"dollarCost": 101
}
],
"metadata": {
"attributionDimensions": [
"application",
"region"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment