Hello Team,
I am pulling property-wise data from the GA4 API. However, I am getting errors for some properties.
The error is: 504 Deadline Exceeded
For the report, I have used the following dimensions and metrics:
Dimensions: date
Metrics: totalUsers, screenPageViews
I have used the following filters:
json
[
{"exclude": true, "operator": "CONTAINS", "dimension": "sessionSourceMedium", "filtervalue": "DailyHunt / referral"},
{"exclude": true, "operator": "CONTAINS", "dimension": "sessionSourceMedium", "filtervalue": "NewsHunt"},
{"exclude": true, "operator": "CONTAINS", "dimension": "sessionSourceMedium", "filtervalue": "inshorts / referral"},
{"exclude": true, "operator": "CONTAINS", "dimension": "pageLocation", "filtervalue": "/photos"}
]
The data was pulling correctly until the 9th date, but now I am suddenly facing issues.
If there is any issue from your side, please check and confirm.
Thanks & Regards,