Re: Retrieving sitelinks

2022-02-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweite, According to timeouts there is no set limit in AdWords API and AdWords uses AWQL. In Ads API the limits on a request are 100,000 rows and Ads API uses GAQL . You may hit rate limits set depending on server load, but on an individual account it looks like you won't have a problem.

Re: Retrieving sitelinks

2022-02-04 Thread Zweitze
Thanks, I almost got everything working. I plan to retrieve the old feed-based extensions using a where clause, something like SELECT FROM campaign_extension_setting WHERE campaign_extension_setting.extension_type = 'SITELINK' AND campaign.id NOT IN (1, 2, 3, 4) And the IDs 1,2,3 and 4

Re: Retrieving sitelinks

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweite, In Asset-based Extensions Migration guide it states that if both Asset-based and Feed-based extensions of a particular type are attached to the same customer, campaign, or ad group, the Asset-based extensions will be served. This only applies for entities at the same level. So for

Re: Retrieving sitelinks

2022-02-03 Thread Zweitze
Hi, Thanks for the link to the guide! I dismissed that part of the documentation because, well, I will not write code to migrate accounts. But I learnt it's really helpful for learning to deal with feed-based extensions, thanks again. Another question though: I understand Google will be

Re: Retrieving sitelinks

2022-01-30 Thread Ngon Nguyen
Vào 8:01, Th 2, 31 thg 1, 2022 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum đã viết: > Hi Zweitze, > > Thanks for getting back to us. > > You may check this *guide* >

Re: Retrieving sitelinks

2022-01-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweitze, Thanks for getting back to us. You may check this guide for Identify Feed-based extensions. Let us know if you have any further questions. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2VQ9mn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Retrieving sitelinks

2022-01-29 Thread kheny banguis
Ok thank you... On Fri, Jan 28, 2022, 8:50 PM 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum wrote: > Hi Zweitze, > > Thank you for posting your concern. > > It appears that your extensions are not migrated yet to asset-based > extensions and this is the possible reason

Re: Retrieving sitelinks

2022-01-28 Thread Zweitze
Thanks for reporting that these extensions are not asset-based. Unfortunately I cannot change this account, I only have to report on it. Actually I have hundreds of accounts, and I am supposed to report on all of these too. So it appears I have to write multiple sets of code, for asset-based

RE: Retrieving sitelinks

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweitze, Thank you for posting your concern. It appears that your extensions are not migrated yet to asset-based extensions and this is the possible reason why you can't get any data using the asset related reports. With this, you could try to follow this guide to migrate your extensions

Retrieving sitelinks

2022-01-27 Thread Zweitze
I'm trying to retrieve all sitelinks of an account, which, according to the UI, has 6587 sitelinks. I also need to determine to which group or campaign they are linked to. So for campaigns do this query: SELECT campaign_asset.campaign, asset.type, asset.sitelink_asset.description1,