RE: How to specify the status of account_budget?

5 views
Skip to first unread message

Google Ads API Forum Advisor Prod

unread,
Oct 22, 2019, 8:41:19 AM10/22/19
to 5424...@qq.com, adwor...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages