Hi I'm trying to figure out an easier way to add an *existing* sitelink to a campaign (via CampaignExtensionSetting). This question also extends to adding sitelinks to adgroup (AdGroupExtensionSetting) and account level (CustomerExtensionSetting).
>From >https://developers.google.com/adwords/api/docs/reference/v201609/CampaignExtensionSettingService.ExtensionSetting, > it seems like I can add a *SitelinkFeedItem* to the campaign's extension setting, which is great. The problem is, it seems like there's no way to fetch an existing sitelink of the same object type (*SitelinkFeedItem*) as the FeedItemService only returns a *FeedItem (https://developers.google.com/adwords/api/docs/reference/v201609/FeedItemService.FeedItem)* object. Based on this, it seems a little silly/inefficient to recreate a new *SitelinkFeedItem *object based on the retrieved *FeedItem*, and then attach it to the Campaign's extension setting. It's quite cumbersome as you have to potentially recreate the start/end time, device preferences, scheduling and so on. Is there a better/more elegant way of doing this? I wish there was a service which allows you to simply fetch the existing sitelink of type *SitelinkFeedItem*, which you can then simply add to the extension settings. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0ec2b0f9-3f70-4cdd-9e53-8113855a58d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
