Hey,
May anyone know how to get history(by a range perion) for a campaign budget
for Google Ads API?
I use this query, but Google returns the current campaign budget value for
the whole range. Actual Result
2022-09-10 - 150$
2022-09-11 - 150$
2022-09-12 - 150$
2022-09-13 - 150$
2022-09-14 - 150$
2022-09-15 - 150$
Expected Result
2022-09-10 - 50$
2022-09-11 - 50$
2022-09-12 - 50$
2022-09-13 - 150$
2022-09-14 - 150$
2022-09-15 - 150$
Query:
SELECT campaign.id,
campaign_budget.amount_micros,
metrics.cost_micros, segments.date
FROM campaign
WHERE segments.date = BETWEEN '2022-09-09' AND '2022-09-15' AND
campaign.id IN (111111111111)
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/b9b2908d-0e83-44d6-a2c6-f8da31f540fen%40googlegroups.com.