Re: Add sitelink in Bulk (Python API)

2015-07-13 Thread Anup Pathak
Hi Josh, thank you for your quick reply, i have written send multiple *CampaignExtensionSettingOperations* in a single CampaignExtensionSettingService.mutate call and it worked fine, Re

Re: Add sitelink in Bulk (Python API)

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Anup, The MutateJobService does not support *CampaignExtensionSettingOperations* -- see the list of operations supported in the mutate parameters

Add sitelink in Bulk (Python API)

2015-07-10 Thread Anup Pathak
Hi i am using add_site_links.py for add sitelink in campaign, i would like to add these sitelink in bulk here is my example CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE' def main(client, campaign_id): # Initialize appropriate services. campaign_extension_setting_service = client.GetService('Camp