Hello Jimmy,

Regret the delay as I was checking this internally with the team. The 
account_budget "ENDED" status can be inferred by 
account_budget.status="Approved" and account_budget.approved_end_date_time < 
"[TODAY's DATE]". Please find the sample query below for your reference.

SELECT customer.id,
account_budget.id,
account_budget.name,
account_budget.status,
account_budget.amount_served_micros,
account_budget.approved_end_date_time
FROM account_budget
WHERE account_budget.status = 'APPROVED'

Please give this a try and let us know if you have any issues.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UKNvoo:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/kIhWs000000000000000000000000000000000000000000000PZS0KE00P8g4QqXWRTynrc9KIynGDQ%40sfdc.net.

Reply via email to