Hi

2023-01-06 Thread Leonel Pedraza
I am using the python client library and when I try to make a request to the api I get the error: .ResourceExhausted: 429 Resource has been exhausted (e.g. check quota). [type_url: "type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure" value: "\na\n\002X\002\022)Too many reques

RE: use_audience_grouped set to false not working

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, This issue was reported by another user on GitHub. Since it's an API issue, I'll provide further updates on this thread so we're not tracking it in multiple places. Here are some details copied from the GitHub issue: The issue here is actually an API issue, and stems from the fact that the

RE: upload a lsit of email addresses to a customer match user list

2023-01-06 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. According to this earlier blog post, "In a given create/remove UserData operation, each set of user_identifiers should be for a single user". That said, and as seen also in the example from the blog post, multiple addresses can

RE: Campaign information does not coming in API but visible in report

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, upon checking to your Google Ads UI account. I've noticed that this campaignId (19406661089) the campaign subtype is "Discovery product feed” I want to inform you that this "

RE: Why does Campaign metrics.cost_micros different than Campaign "served cost"

2023-01-06 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. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex.

RE: Gender + age range query

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regard to your concern, I am afraid that there is no report type for combined age and gender report. However, you can get the age range and gender separately via this report age_range_view and g

Re: Can't access REST but gRPC works

2023-01-06 Thread Errors4l
Through a private reply we have established that the error message "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential." can also indicate the developer token is incorrect. After double checking all credent

RE: Can't use REST but gRPC works

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. I can see that you have encountered AUTHENTICATION_ERROR error. This could potentially be using the wrong developer token for your API request. Could you please double check if you’re sending the correct developer token for your API

upload a lsit of email addresses to a customer match user list

2023-01-06 Thread derek
Hi I am trying to upload a list of email addresses (from a file) to a customer match user list. I have referenced and followed the code example Add Customer Match User List . In the code example. it uploads a sin

Re: Problems with ENUMS - AttributeError: Name

2023-01-06 Thread Prabhat Kumar
++ Team On Fri, Jan 6, 2023 at 3:45 PM Google Ads API and AdWords API Forum < adwords-api@googlegroups.com> wrote: > Hi Osman, > > Thank you for posting your concern. > > You mentioned that you are getting a weird error. Having said that, > provide the complete *request* >

Can't use REST but gRPC works

2023-01-06 Thread Errors4l
(Second attempt because my first post did not appear after a day) Usage of the Google Ads REST interface does not work, yet using the same OAuth credentials in a client library (.NET, gRPC) works fine. 1. Ask for consent by navigating to: https://accounts.google.com/o/oauth2/v2/au

Can't access REST API with OAuth2 flow but gRPC works fine

2023-01-06 Thread Errors4l
Tried both an OAuth 2 Client ID of type Desktop and Web application (using Postman). *Step 1: authorize user* GET https://accounts.google.com/o/oauth2/v2/auth?client_id=*CLIENT_ID* &redirect_uri=*http://127.0.0.1:4200*&response_type=*code*&scope= *https://www.googleapis.com/auth/adwords*&access_t

Why does Campaign metrics.cost_micros different than Campaign "served cost"

2023-01-06 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I'm trying to use the Google Ads API to get the "served cost" for a campaign on a specific date. I'm currently running this query to try to get that value: SELECT campaign.name, campaign.status, metrics.cost_micros FROM campaign WHERE segments.date >= '2023-01-02' AND segments.date < '2023-01-03

Gender + age range query

2023-01-06 Thread alex smolyakov
Hi I`m looking for possible way to download statistics within age range + gender criterion, as far as i understand its not posiible directly. So may be someone found the way how to join 2 queries to get full dataset. Any help would be appreciated. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Problems with ENUMS - AttributeError: Name

2023-01-06 Thread Google Ads API and AdWords API Forum
Hi Osman, Thank you for posting your concern. You mentioned that you are getting a weird error. Having said that, provide the complete *request* and *response*

Campaign information does not coming in API but visible in report

2023-01-06 Thread 임재대
Hi Google Ads Team. We request below example. However campaignId (19406661089) is not coming but visible in report. Please check and reply. curl -f --request POST "https://googleads.googleapis.com/v10/customers/15212770

Re: Rotate/reset Google API credentials

2023-01-06 Thread Vaibhav Rai
Hey Sherwin, Thank you for getting back to me. Yes, I was referring to OAuth credentials. If none of the below reasons are met, and I update my client secret, the refresh tokens will not expire? If it does, is there a way around this issue (that, I can update the client secret but the refresh t

RE: Rotate/reset Google API credentials

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Valibhav, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, are you referring to Oauth credentials? If yes, then when you reset the the Oauth credentials (client-id and client secret), please n

Rotate/reset Google API credentials

2023-01-06 Thread Vaibhav Rai
Hey, I would like to reset my Google OAuth credentials. I have a bunch of refresh tokens which were obtained by the current Google OAuth credentials. If I reset/change the credentials, will my existing refresh tokens be invalidated? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al