Hello, I am building a script to mange Sitelinks and I have an issue regarding the association/update of the Sitelinks at adgroup level.
- I am able to add new Sitelinks (also one by one) to an adgroup, using the AdGroupExtensionSettingOperation and "setCreate", indicating the requested details. - I am able to remove all Sitelinks from an adgroup using the AdGroupExtensionSettingOperation and "setRemove" function. - I have trouble when I want to update the Sitelinks of an Adgroup, in detail when I want to eliminate only one specific Sitelink (FeedItem) from an Adgroup. I have found the way that I can recreate the configuration using the AdGroupExtensionSettingOperation and "setUpdat", indicating again all existing Sitelinks/FeedItems that I want to keep, and omitting the Sitelink that I want to delete. This works but it is quite complicated and I feel also a bit unsafe. My question is: Is there an easier way, indicating only the FeedItem that I want to delete from an AdGroupExtensionSetting? Many thanks in advance for your help! Christoph -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/e7a6453b-0dcd-42b2-bc29-4dfd5660e9c9n%40googlegroups.com.
