Google Ads api return only some portion of rows compared to adwords api

2022-02-23 Thread Alin Alex
I am currently migrating from adwords to googleads and i kinda matched the following query: adwords: oauth2_client = oauth2.GoogleRefreshTokenClient(client_id, client_secret, refresh_token) adwords_client = adwords.AdWordsClient(developer_token, oauth2_client, client_customer_

Budget field is not found on the new google ads mapping

2022-02-23 Thread Alin Alex
I am trying to migrate a script from adwords to ads and the following field is not listed anywhere into the official mapping pages: Report query in adwords: report = { 'reportName': 'CAMPAIGN_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_30_DAYS', 'reportType': 'CAMPAIGN_PERFORMANCE_REPORT', 'down

Re: Budget field is not found on the new google ads mapping

2022-02-28 Thread Alin Alex
Thank you, it worked! On Wednesday, February 23, 2022 at 7:31:45 PM UTC+2 adsapi wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > With regards to your concern, you can use query migration tools >

Page token has expired

2022-06-07 Thread Alin Alex
Currently we are making some search calls to googleads using search method with python client library. After 4 hours we get message: "Page token has expired." We have the following questions: Because from the logs we cannot see and the implementation of pagination is implemented directly into th

Re: Page token has expired

2022-06-07 Thread Alin Alex
Hello, thank you for the response but As we can see in the logs that I've provided, those logs are coming from the client library itself and are not altered by us by any means, we have a page size of 1000 and the time between each request is likely 3-6 minutes. I do not think is because of the

Re: Page token has expired

2022-06-08 Thread Alin Alex
We fall back to pagination because on the search stream we encountered another error with the message "connection reset by peer", and now we end up in this token invalidation. On Tuesday, June 7, 2022 at 9:41:23 PM UTC+3 adsapi wrote: > Hi Alin, > > Is it possible for you to use the SearchStrea