'Not All Events being retuned from reports:batchGet
We have started using Email Tracking pixels and these events show on the web console fine hour ever they are not returned using BatchGet in the API. They show in the console like /NZ/1234/Marketing the others we track from traffic on our website display in the console like secure.ourwebsitename/nz/customer=1234 and these ones are returned.
The body of my call to the API is following. Do I need to add some other fields to get these or am I missing Something.
{
"reportRequests":[
{
"viewId":"XXXX",
"dateRanges":[
{
"startDate":"20220322",
"endDate":"20220322"
}],
"metrics":[
{
"expression":"ga:pageviews"
}],
"dimensions": [
{"name":"ga:pagePath"},{
"name":"ga:dateHourMinute"
}
],
"pageSize": 100000}]
}'
I have tried adding some other Dimensions & Metrics with no luck
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
