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] <about:invalid#zClosurez>
<about:invalid#zClosurez>*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? * <about:invalid#zClosurez>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c9002c43-9aee-41bc-b866-ca2781f34e76%40googlegroups.com.

Reply via email to