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 AdWords API and Google Ads API Forum
Hi Adwords API team,
I would like to know if I want to update only the spending limit of my BudgetOrder, do I need to:
Create a selector with all fields of a BudgetOrder
Set Predicates to find specific BudgetOrder by BudgetOrder's id
Use the get method to find the BudgetOrder
Change the spending limit of the found BudgetOrder
Use the SET operator to make a mutate call for that BudgetOrder to make the spending limit change to take effect
It seems like a hassle to add all BudgetOrder fields to the selector's setFields function. I would like to confirm that if I only want to change the spending limit, doing all of that is necessary.
Best Regards,
SA
Luis Xander Talag (AdWords API Team)
unread,
May 29, 2018, 3:48:34 AM5/29/18
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 AdWords API and Google Ads API Forum
Hi SA,
I believe those step-by-step procedure you mentioned are all necessary if you want to modify the spending limit of your BudgetOrder. For additional information, you may also check this guide on Editing a BudgetOrder for reference.