Google ads API token in prod

2021-10-03 Thread Sarah A
Hello, I have created a solution that I want to connect to Google ads api to automatically create my campaigns, track them and edit the reporting. I have done the tests with a test token. I would like to access a token in production. I need to fill in a form to get a production token. How to maxi

RE: Abridged summary of adwords-api@googlegroups.com - 2 updates in 2 topics

2021-10-03 Thread thuyaaungt249
PayPal account  to money from my account  homeSent from my Galaxy Original message From: adwords-api@googlegroups.com Date: 03/10/2021 17:28 (GMT+06:30) To: Abridged recipients Subject: Abridged summary of adwords-api@googlegroups.com - 2 updates in 2 topics

Specified type 'google_ads_failure' does not exist in Google Ads API v8

2021-10-03 Thread 'EladB' via AdWords API and Google Ads API Forum
Hello, I have two issues: I'm calling G-Ads API to bulk remove ads ([code](https://github.com/google/bowling-compliance-ads-remover/blob/main/src/main.py#L440)) 1) I get a partial error 2) And the code fails to parse it (taken form the official [website]( https://developers.google.com/google-

Link MCC Account

2021-10-03 Thread Sam
Hi, Will I be able to pull data from an account using the Google Ads API if I link the MCC (not the specific account) to my MCC which is registered to use Google Ads API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

RE: Generalized Common SQLBuilder Solution for Google Ads API GAQL Reports

2021-10-03 Thread Google Ads API Forum Advisor
Hello Cetin, Thank you for reaching out to us. Could you further elaborate on your concern with regard to generating your GAQL dynamically in terms of OOP for the Java Client? Regards, Mark Kevin Albios Google Ads API Team ref:_00D1U1174p._5004Q2OVmcp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API - get whole data with final url and tracking parameter

2021-10-03 Thread Google Ads API Forum Advisor
Hi Dominik, When using the Google Ads API, you can try and use the expanded_landing_page_view. Let us know how this goes on your end. Should the report not be able to return the expected value, let us know and provide the generated request and response logs, with the request-id, so our team can

RE: Need API for Shopping Product Status

2021-10-03 Thread Google Ads API Forum Advisor
Hi Ashish, Thank you for raising your concern to my team. Could you confirm if the information that you want to retrieve can be seen in the Google Ads UI or in other platforms? It will be helpful if you can provide sample screenshots of the UI that you want to retrieve so that our team can che

Re: Offline Conversions API Not Working - Empty Response

2021-10-03 Thread Google Ads API Forum Advisor
Hi Eli, Thank you for all the information you have provided so far to our team. However, the logs that you sent over privately appear to be incomplete. The logs should appear similar to the ones from the links (complete request and response logs, with the request-id ) that Yasar earlier provide

RE: Need API for "Ready To Serve" product status

2021-10-03 Thread Google Ads API Forum Advisor
Hi Ashish, Thank you for raising your concern. Can you provide sample screenshots of the UI where we can see the information that you want to retrieve so that our team can check if it is possible using Google Ads API? Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004

RE: Error: Reporting campain with column "metrics.invalid_clicks"

2021-10-03 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. With regard to the query error (PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE), this signifies that a segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause. Looking on your query, I can see that you have a d

RE: Cannot get statistic from single account

2021-10-03 Thread Google Ads API Forum Advisor
Hi, Thank you for posting your concern. To investigate the issue, could you provide the following details via Reply privately to author option or on this email address googleadsapi-supp...@google.com if the said option is not available: Customer ID Complete report definition if you used AdWord

Re: API and transaction ID

2021-10-03 Thread Google Ads API Forum Advisor
Hi Antonio, The AdWords / Google Ads API only mirrors features, metrics, or values available from the Google Ads UI. If such information is not available via the Google Ads UI, then it is most likely not available as well in the API. That being said, our team also cannot provide further comment

Re: Google Ads API - get whole data with final url and tracking parameter

2021-10-03 Thread dominik.r...@gmail.com
Hello, I just want to use it if it is possible with this report? Who can tell me if it works? best regards adsapi schrieb am Montag, 4. Oktober 2021 um 04:28:09 UTC+2: > Hi Dominik, > > When using the Google Ads API, you can try and use the > expanded_landing_page_view >

How to get the number of clicks, views, and digested amount

2021-10-03 Thread RYO O
Hello. Right now, I'm running an API to get the monthly or daily number of clicks, number of displays, and digested amount by month or by day. In order to get the data for each day of the year, we need to run the API 365 times. How can I get the data for 365 days in a single API run? Thanks,