Use BudgetOrderService to get the status of the budget order for next month
31 views
Skip to first unread message
Fincher
unread,
Jun 1, 2015, 5:25:51 PM6/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hello,
Is there a way to use BudgetOrderService to check the status and get the spendingLimit value of the budget order for the month after the current month ?
eg. : on the 15th day of January of the month, can I use BudgetOrderService to get the status and amount of the BudgetOrder of February ?
Thanks
The Finch
Michael Cloonan (AdWords API Team)
unread,
Jun 2, 2015, 12:27:02 PM6/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com, alar...@gmail.com
Hello,
The BudgetOrder object is filterable on startDateTime and endDateTime. You should be able to use these to fetch the Budget Orders for the timeframe you're interested in, so that you can look up the related budget information.