Re: user interest

2024-07-04 Thread Anush Hakobyan
Thank you for the information. That clarifies my question. I have no more questions On Thursday, July 4, 2024 at 7:42:09 PM UTC+4 Google Ads API Forum Advisor wrote: > Hi, > > There is no limit on the audience signals that you can add to your asset > groups. You can add the same signal to

RE: how to change the email address of the developer token owner for the google ads api

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Based on the information provided, I understand that you are encountering the invalid_grant error. Kindly note that the invalid_grant usually indicates an issue with the refresh token not with the developer token. That said,

RE: reporting on geographic_view returns duplicate country rows

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Fan, It appears that you might have missed our previous response. Please find the previous response below for your reference : Based on the information provided, I understand that you want to know why the two rows with country_criterion_id 2840 are being retrieved. Upon checking the logs,

How to change the email address of the developer Token owner for the Google Ads API

2024-07-04 Thread Алитикс Алитикс
Hello everyone! Faced with a problem - when deactivating the account i...@alytics.ru requests to the Google Ads API do not work for us, they return an error ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad Request'}) - as we understand it, this is due to

How fast does google api updates last month search volume for keywords

2024-07-04 Thread Rachid Idali
Hey there, Today is 4th July, will I find search volume for last month (June) already or does it take time for Google to update the database of search volumes for all keywords? Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: deadlineexceeded: 504 deadline exceeded firestore

2024-07-04 Thread Antonio Compean
Thank you very your response has been really usefull and help me to solve the problem , have a great day El martes, 2 de julio de 2024 a la(s) 9:09:18 a.m. UTC-6, Google Ads API Forum Advisor escribió: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > From the

Re: where can i store the token?

2024-07-04 Thread Clara Osorio
hello, good morning if we are using the Google Ads API, we know that Oauth 2.0 authentication is used and we must save in our infrastructure the token, I want to know if we can configure a secrets manager and this configure it in google to leave the token there. thank you very much El

Re: where can i store the token?

2024-07-04 Thread Clara Osorio
hello, good morning if we are using the Google Ads API, we know that Oauth 2.0 authentication is used and we must save in our infrastructure the token, I want to know if we can configure a secrets manager and this configure it in google to leave the token there. thanks El miércoles, 3 de

RE: about billing invoice

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Unfortunately, it is not possible to access the relevant data without having paying manager permissions. The Google Ads API only allows paying managers to access billing information. This is because billing information is

Re: Reporting on geographic_view returns duplicate country rows

2024-07-04 Thread Fan Wang
Hi team, Any updates on this issue? BR. Fan On Tuesday, July 2, 2024 at 10:12:16 PM UTC+8 Fan Wang wrote: > Dear Ads DevRel team, > > I hope this email finds everyone well! > > I'm reaching out to request your assistance regarding the GAQL report for > geographic_view >

RE: rejection of google ads api application

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Do note that the access requests are handled by the Google Ads API Compliance team, I would recommend you reaching out to the Google Ads API Compliance team as they are better equipped to address your concerns. Please note

RE: v17 prompts an error: setting the page size is not supported. search responses will have fixed page size of '10000' rows.

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Kindly note that it's an intended behavior, As starting with version 17 of the Google Ads API, setting the page_size to a value other than 10,000 will return a PAGE_SIZE_NOT_SUPPORTED error. I would suggest that you refer to

RE: date ranges google ads api

2024-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. In order to get the data of two weeks ago, I would suggest using the LAST_14_DAYS in the segments.date or you can use the custom_date_range. Please refer to the sample query below: { "query": "SELECT metrics.cost_micros,

Re: user interest

2024-07-04 Thread Anush Hakobyan
Ok, thank you. And one last question. Is there a limit on Audience signals, or can I add the same signal to as many asset groups as I want? On Thursday, July 4, 2024 at 9:08:19 AM UTC+4 Google Ads API Forum Advisor wrote: > Hi, > > I would like to inform you that directly adding user

About Billing Invoice

2024-07-04 Thread Shiman Cai
I want to obtain the monthly billing details for each CID. The data is located in Google Ads UI under customer id > Billing > Transactions, as stated in the documentation: Google Ads API Billing Invoice. I am the advertiser, but the paying manager for the customer ID is an agency. I don't have

V17 prompts an error: Setting the page size is not supported. Search Responses will have fixed page size of '10000' rows.

2024-07-04 Thread zhiwei hu
When I use the googleAds:search method in version 17, I get the error Setting the page size is not supported. Search Responses will have fixed page size of '1' rows. I see in the documentation that the pageSize parameter can be set, and I want to know why. The requestId is