Hi Alex, Yes, you are correct. The CustomerExtensionSettingService <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerExtensionSettingService> will apply the sitelinks to all campaigns in the account. You could use the CampaignExtensionSettingService <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService> to add the sitelinks to specific campaigns. You could create the CampaignExtensionSettingOperation <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService.CampaignExtensionSettingOperation> for an individual campaign and pass these CampaignExtensionSettingOperation objects (Campaigns you want to add the sitelinks) to an array as input to the CampaignExtensionSettingService.mutate <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService#mutate> operation.
Thanks, Umesh, 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6cc39cb9-e195-4e3e-a6f4-8d1ceb982120%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
