Hi Dmitriy,
Thanks for posting your concern.
If you are looking for the sample code for adding ad schedules for the
campaigns, then I am afraid that this is currently not available. However, you
can derive you code from create operation of
CampaignCriterionService.MutateCampaignCriteria and co
... Python
On Sunday, 13 December 2020 at 19:23:12 UTC+3 Dmitriy P. wrote:
> Hi!
> How I can create schedule for campaign at Google Ads API v6?
>
> [image: Screenshot 2020-12-13 at 19.18.41.png]
>
> Thanks in advance!
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our
Hi,
The CampaignTargetService can be used to obtain the AdScheduleTargets
on the account:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.html
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.AdScheduleTarget.html
Best,
- Eric Ko
Hi Suraiya,
Are you referring to AdSchedule.status?
http://code.google.com/apis/adwords/docs/developer/AdSchedule.html#status
In the v200909 version of the API it is not possible to enable or
disable an ad schedule. All AdScheduleTargets are active, and to
disable them you need to remove them
Hi Eric,
Thanks a lot for your reply.
I am doing exactly what you mentioned here but I do not see anything
in any of the returned data structure that is equivalent to the v13
campaign schedule status (we store that in the database). Use of
v200909 campaign serving status (even after some mapping ad
Hi Suraiya,
In the v200909 version of the API you can use CampaignService.get()
method with an empty selector to get all the campaigns in the
account. To get the ad scheduling for the Campaign you need to use
the CampaignTargetService.get() method to retrieve the
AdScheduleTargetList for the camp