Hello Ludius,

You will be able to use the bidModifier 
<https://developers.google.com/adwords/api/docs/reference/v201806/CampaignCriterionService.CampaignCriterion#bidmodifier>
 field 
of the CampaignCriterionService with CampaignCriterion 
<https://developers.google.com/adwords/api/docs/reference/v201806/CampaignCriterionService.CampaignCriterion>
 as 
AdSchedule. Please check the attached SOAP logs on how to update this as a 
reference. If you're testing in Java, adding the below two lines of code in 
this 
<https://github.com/googleads/googleads-java-lib/blob/7bb3d42a13247b91bc5dcff6c33c597ea05214be/examples/adwords_axis/src/main/java/adwords/axis/v201806/campaignmanagement/SetBidModifier.java#L139>
 code 
sample also will set the ad schedule bids. 

AdSchedule schedule = new AdSchedule();
schedule.setId(300096L);

You may refer to the SetBidModifier code samples in other languages here 
<https://developers.google.com/adwords/api/docs/clientlibraries>. Can you 
give this a try and let me know if you have any issues?

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/73d924f7-0166-452f-b634-0a2ded602620%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: Sample_Logs.rtf
Description: RTF file

  • ... Rapishiny
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Rapishiny

Reply via email to