Re: Get Sitelinks

2022-09-22 Thread cv
Hi, @zweitze, Thanks for additional information. Yes, I will keep that in mind. @Nadine, Thanks for the update. Thanks, On Monday, 19 September 2022 at 18:15:20 UTC+5:30 Zweitze wrote: > @Nadine, thanks for validating my approach. I still wasn't sure I caught > all scenario's! > @Chirag, I fo

Re: Get Sitelinks

2022-09-19 Thread Zweitze
@Nadine, thanks for validating my approach. I still wasn't sure I caught all scenario's! @Chirag, I found out the web UI now support sitelinks on customer (account) level, be aware of that. That's only for new asset-based sitelinks. For legacy feed-based sitelinks this was never possible and you

Re: Get Sitelinks

2022-09-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Chirag and Zweitze, I smiled as soon as I saw both of your names because you both have always been problem solvers over the years. I really appreciate that! @Zweitze Also, a big thank you for jumping in and helping out one of your fellow developers. You're amazing! @Chirag So, let me div

Re: Get Sitelinks

2022-09-13 Thread cv
Hi, Perhaps Aryeh try to elaborate we need to make one API call with each extensions with validate_only , So It will return error and with error handling we might detect it was migrated or no

Re: Get Sitelinks

2022-09-13 Thread Zweitze
Hi Aryeh, Thanks for mentioning the auto-migrated ad extensions, and how to detect them. Indeed my code always uses a lot of API requests to obtain legacy ad extensions (get feed mappings, get feed items, get associations with groups, campaigns, and account if we're not talking about sitelinks)

RE: Get Sitelinks

2022-09-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chirag and Zweitze, I want to add to the battle tested advice below that we have a Auto-migrated accounts detection guide, as soon as you detect auto migrated feeds you will know that they won't continue to serve. For manual migration of extension links to ad groups and campaigns etc.. this

Re: Get Sitelinks

2022-09-12 Thread Zweitze
About other ad extensions: I handle price extensions the same way, but beware: price extensions can also be attached to the account. You should understand how to handle those, just don't forget. If you have findings contradicting my explanation, please share your findings! On Monday, Septembe

Re: Get Sitelinks

2022-09-12 Thread cv
Hi Zweitze, Thanks for sharing your experience. This is really a wonderful explanation. *The algorithm I use is:* *First get all asset-based sitelinks, and get the campaigns and ad groups attached to them. Get each and everyone, including the disabled and removed links. Then go on for the feed

Re: Get Sitelinks

2022-09-12 Thread Zweitze
Let you give my experience. *In Addition to this how I can identify I need to use migrated extensions or non migrated extensions?* This is not using one API or the other. Within the same account both migrated and non-migrated extensions may exist. If you look careful in the UI of an account wi

RE: Get Sitelinks

2022-09-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. For our team to further check and provide an appropriate recommendation to your concern, could you provide to us the whole Google Ads UI screenshots where you can see the sitelinks you want to retrieve? You may then send the requested information via the R

Re: Get Sitelinks

2022-09-07 Thread cv
Hi, In Addition to this how I can identify I need to use migrated extensions or non migrated extensions? Thanks, On Wednesday, 7 September 2022 at 14:40:32 UTC+5:30 cv wrote: > Hi, > > I need to get All Sitelinks in the account(Account, campaign or adgroup > level). > I have gone through som

RE: get sitelinks for all adgroups for a given campaign (java)

2020-01-13 Thread Google Ads API Forum Advisor Prod
Hi Geofrey, Thank you for reaching out to us. Unfortunately there is no way to fetch all sitelinks on both the campaign and ad-group level. The AdGroupFeedService will return a list of AdGroupFeeds, which is used to link a feed to an adgroup. Fields returned include feedId, adGroupId, matchingF

Re: get sitelinks for all adgroups for a given campaign (java)

2020-01-13 Thread Geofrey F
Just to add I noticed that there is an AdGroupFeedService that can give you feed items for a given campaign, but not sure if this API would return sitelinks, and if it does, how to filter to process sitelinks only. On Monday, 13 January 2020 15:48:54 UTC-5, Geofrey F wrote: > > Is there an easie

Re: Get Sitelinks Urls from an account

2016-02-12 Thread 'Yin Niu' via AdWords API Forum
Hi, You could use the AdGroupExtensionService to retrieve sitelinkFeedItem and