query = """
SELECT
customer.id,
account_budget.id,
account_budget.name,
account_budget.status,
account_budget.amount_served_micros
FROM
account_budget
WHERE account_budget.status = 'APPROVED'
LIMIT
100
"""
*As interactive-gaql-builder
<https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder>
guide,
I can select the status of account_budget in (approved, cancelled, pending,
unknown).*
*But at google-ads management ** backend, I found the field Status is
different as below showed:*
[image: gg2019.png]
*The status of account_budget at backend is (active, ended) , so how Can I
specified the `ended` status or `active` status while doing api searching
work?*
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"AdWords API and Google Ads 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/fdbdb584-5a08-4af4-a9b3-2ab70d0291cf%40googlegroups.com.