Please consider my requirement. I only want to add location extension at campaign level.
In the documentation it specifies under "When are legacy feed services preferred?" that adWords does not support location extension to be uploaded using CampaignExtensionService. That's why I am using CampaignAdExtension. But I'm unable to add location extension using campaignAdExtension. This is my problem? Please suggest a way so that I can add location extension at Campaign level using the API. On Friday, July 17, 2015 at 2:07:53 AM UTC+5:30, Umesh Dengale wrote: > > Hi Siddharth, > > I suggest you to use the Extension Setting Services > <https://developers.google.com/adwords/api/docs/guides/extension-settings> > for > adding/updating the ad extension instead of the MutateJobService. Please > check out how to add new ad extensions to a campaign > <https://developers.google.com/adwords/api/docs/guides/extension-settings#add_ad_extensions> > and update the Ad extension > <https://developers.google.com/adwords/api/docs/guides/extension-settings#update_ad_extensions> > using > the CampaignExtensionSettingService > <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService> > . > You can use the AdGroupExtensionSettingService > <https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupExtensionSettingService> > to > manage extensions at the adgroup level, the > CampaignExtensionSettingService > <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService> > to > manage extensions at the campaign level, and the > CustomerExtensionSettingService > <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerExtensionSettingService> > to manage > extensions at the customer level. > > Regards, > 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/15e0506f-a80a-48e9-a7cc-f24c9ff8f124%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
