is there a way to bid adjust different criteria in one function?
5 views
Skip to first unread message
ken...@blvnp.com
unread,
Dec 8, 2017, 6:19:56 AM12/8/17
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 Forum
is there a way to bid adjust different criteria in one function?
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Dec 8, 2017, 3:00:04 PM12/8/17
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 Forum
Hi,
You can use multiple operations in the mutate request of the AdGroupCriterionService. Each operation will need to have the criteria Id and the bid adjustment of the criteria. Once they are added to the array of operations, you can pass that array to the mutate call and make changes for all the specified criteria. You can check this sample for reference. Let me know if you face any issues.