Re: Scheduling Ads & Campaigns with python API - example

2014-03-06 Thread Ray Tsang (AdWords API Team)
Luca, That's great to hear! Cheers, Ray On Wednesday, March 5, 2014 3:57:00 PM UTC-5, Luca Fiaschi wrote: > > Hi I have found out myself thanks! > > template = { > 'xsi_type': 'AdSchedule', > 'dayOfWeek': 'TUESDAY', > 'startHour': "0", > '

Re: Scheduling Ads & Campaigns with python API - example

2014-03-05 Thread Luca Fiaschi
Hi I have found out myself thanks! template = { 'xsi_type': 'AdSchedule', 'dayOfWeek': 'TUESDAY', 'startHour': "0", 'endHour': "20", 'startMinute': "FIFTEEN", 'endMinute': "FORTY_FIVE" } mutable = { "campaignI

Scheduling Ads & Campaigns with python API - example

2014-03-04 Thread Luca Fiaschi
Hi I am looking for a code example of scheduling campaigns using the python API: basically I need something similar to https://developers.google.com/adwords/api/docs/guides/ad-scheduling where this logic is implemented for Java. Could anybody post an example for Python? -- -- =~=~=~=~=~=~