Re: v18 not working

2025-02-13 Thread Zorion
This really looks like you haven't updated properly the google-ads library. Have a look at the change log in order to properly select the version: https://github.com/googleads/google-ads-python/blob/main/ChangeLog Please check your local version (you may run this in your virtual env: python3 -c

Re: API Issue - High Latency and deadline exceeded errors all of a sudden

2024-06-26 Thread Zorion
Same here. The API is unusable in those conditions. On Wednesday, June 26, 2024 at 5:03:01 PM UTC+2 Sergei Aleinik wrote: > I confirm. Same problems > > среда, 26 июня 2024 г. в 16:50:45 UTC+2, Radosław Pociecha: > >> We are seeing the same behaviour. >> >> On Wednesday, June 26, 2024 at 4:34:57

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-21 Thread Zorion
resource. Campaign and ad_group are segmenting resources there. Best regards, Zorion On Monday, February 21, 2022 at 11:49:13 AM UTC+1 arsh...@optmyzr.com wrote: > Hi there, > > I have been trying to migrate to new Api in my application. Unfortunately > for CampaignA

Re: GAQL: Filtering on FinalUrls containing some text

2021-12-30 Thread Zorion
If you had the list of final urls including the text you are looking for (so all possible URLs in your account including "Prd") you would be able to use CONTAINS_ANY. Dismiss my comment if that list is not possible to get. On Wednesday, December 29, 2021 at 6:30:37 PM UTC+1 goingdev wrote: > We

Re: Setting Campaign Level Conversion Action

2021-10-29 Thread Zorion
overed in the API although it is documented. Please, could you check it? Thanks in advance!! Zorion On Friday, April 16, 2021 at 9:30:24 AM UTC+2 Google Ads API Forum Advisor Prod wrote: > Hi, > > I work with Peter and let me provide support to your concern. > > Since conversion ac

Re: API limits START_INDEX_IS_TOO_HIGH

2020-08-19 Thread Zorion Arrizabalaga Aguirre
the lowest one (a safe number). You should manage it even if the documentation is not accurate in the exact limit. Best regards! On Wed, Aug 19, 2020 at 2:16 PM 'Ivan Ryazanov' via AdWords API and Google Ads API Forum wrote: > Hi, Zorion! Thank you for the last answer. >

Re: API limits START_INDEX_IS_TOO_HIGH

2020-08-19 Thread Zorion
Hi Ivan, The error message seems to point that the start index is 1001000 (1,001,000) which is bigger than 10 (100,000). Perhaps I read it wrong, sorry if that's the case, just dismiss my reply. In order to work with that limit we use the order by clause to the key of the object and when we

Re: Not receiving all Campaign - Extensions association (missing promotions) - AdWords API

2020-04-28 Thread Zorion
multi-feeds and using the extension settings only: https://developers.google.com/adwords/api/docs/guides/extension-settings#migration_steps Best regards, Zorion On Friday, April 24, 2020 at 7:09:01 PM UTC+2, adsapiforumadvisor wrote: > > Hi Zorion, > > Thank you for reaching

Not receiving all Campaign - Extensions association (missing promotions) - AdWords API

2020-04-24 Thread Zorion
_SNIPPET..redacted.. NONE We can see that there is an item with NONE data and it may be the three promotion extensions assigned to this campaign, but this is useless as it is coming. Please, could you give me some hint on how to retrieve these campaign-promotion extens

Re: How can I select a FeedItemTarget Criterion by CriteriaType? (e.g. AD_SCHEDULE)

2018-12-13 Thread Zorion
Hi Luis, Do you have any news on this? In the meanwhile I am getting all FeedItemTargeting Criterions, looping them, and selecting only the relevant (AD_SCHEDULE, for instance), but I think it would be more effective filtering them in the request. Thanks! Zorion On Wednesday, December 5

How can I select a FeedItemTarget Criterion by CriteriaType? (e.g. AD_SCHEDULE)

2018-12-04 Thread Zorion Arrizabalaga Aguirre
(instead of "AD_SCHEDULE") we receive an error: SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; trigger:'AdSchedule' Same happens getting "LOCATION" instead of "AD_SCHEDULE" What am I doing wrong? Many thanks in advance. Zorion [1] https://