Hi Daniel, Currently, the ad scheduling option in the AdWords API is at the campaign level only. You may use AdSchedule criterion <https://developers.google.com/adwords/api/docs/guides/ad-features#ad_scheduling> via CampaignCriterionService <https://developers.google.com/adwords/api/docs/reference/v201702/CampaignCriterionService> to schedule what particular day/s of the week and particular time of the day you want to show or not show existing or new ads of a particular campaign.
However, if you want to set different schedules for Ads within 1 campaign, then that is not yet supported in the AdWords API. You may have to code your own scheduling mechanism to set the time/day when you want to pause or show a specific Ad by changing the status. For your reference, here's a sample code <https://developers.google.com/adwords/api/docs/samples/java/basic-operations#pause-an-ad> for pausing an ad (available in other languages). Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/765328ad-2c85-4667-a64e-74838fb74568%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
