RE: Missing campaigns in GeoStats

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. You've mentioned that the Google Ads data is shown in Geo Performance Report; however, after BigQuery import it is missing al

RE: "This app is blocked" error after authorizing

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Charles, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Since you're concern is related to the app verification process, you can check on this related article or reach out t

RE: Not able to connect to test account

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Rahul, Can you please check if you have properly filled up the login-customer-id without hyphens (-)? You can refer to this link for reference on the Google Ads API's call structure. If you're still encountering any errors, please provide the complete request and response logs with request

Re: Some lost rate metrics are being returned as '--' or 0 while Google Ads interface displays percentage values for them, for the same date range.

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Masaki, Thanks for getting back to us. My colleague (Peter) responded to you last August 24, 2021 with the following details below: "Before proceeding further with our investigation, and since our team can only provide support in English, would it also be possible if you can provide our

Re: How to get the landing page address of Google ads from Google ads api

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Final URLs should be set first into the entity in order for it to then be available when queried. You may check this example where it demonstrates the final URL field being set during ad creation. That said, could you confirm whether you have set the final_url field in your ad when you ini

RE: Customer is not allowlisted for accessing this feature

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Simran, Your concern has reached the Google Ads API Team. In order for me to proceed with my investigation, can you please provide your CID as well as the complete request and response logs with request ID? You can send these to me via Reply privately to author option. If this option is no

Re: CAMPAIGNBIDDINGSTRATEGY_NOT_SET when bidding strategy is MAXIMIZE_CONVERSIONS without targetCpa set

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Estanislao, It seems that you may not have received our previous emails on this. Please see Ernie's request from earlier in response to the partial failures you are receiving: Thank you for providing more details to your concern. I can raise this issue to the rest of the team to have deeper

Re: Query LIKE filter triggering error

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tiana, You need to escape the square braces using []. []] : matches the single character ']' [[] : matches the single character '[' Let me know if that works for you. Cheers, Anash ref:_00D1U1174p._5004Q2PIaQw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Asset-Based extensions device preference?

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Caihua, Let me raise your response with my team. We will get back to you as soon as possible. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JYCGd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Not able to connect to test account

2021-10-14 Thread Rahul Verma
Steps i followed 1. Create a new google account. 2. create a google ads manager account. 3. get a google ads developer token for test account. 4. setup cloud console by enabling the google ads api and api credentials(oauth client id and secret) and add same google account as test user in consent

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-14 Thread Martin Levi
Hi Yasar, Thanks for your reply. I will now go ahead and apply for my production Developer Token. I do already have a test account Developer Token in my Master Account. Is it OK that both my active Google Ad account and the Master account are set up on the same gmail account? When it asks "

Not getting result when migrating CAMPAIGN_PERFORMANCE_REPORT from AdWords API to Ads API

2021-10-14 Thread W Zhang
I follow the migration guide on campaign performance reporting ( CAMPAIGN_PERFORMANCE_REPORT ) from the following link https://developers.google.com/google-ads/api/docs/migration/mapping#campaign_performance I have trouble to get the correct results from the new API, and it looks like there is

RE: NO_SIGNUP_PERMISSION when creating a new BillingSetup

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Yann, Thanks for reaching out. The documentation recommends to reach out to your representative to enable sign up permissions for a user, although you mention you managed to set this up through the UI with the same user. Can you please provide us with your complete request and response logs

RE: customer not enabled error

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. The best way to handle this scenario is to enable partial failure. Setting partialFailure to true will allow you to handle failed operations separately at the end without abruptly ending your request. Regards, Matt Google Ads API Team Matt Google Ads API Team re

RE: InvalidArgument when migrating from AdWords to Ads API v8

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Roy, Thanks for reaching out. I've deleted your post because it contains sensitive information (your email in the top right corner of the screenshot). Please feel free to reply to us privately. Can you please remove the hyphens from the customer ID in your request and then retry? Please let

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2021-10-14 Thread Mario Ochoa
Is there any workaround to get those records where the segment (metro area) is null? On Thursday, November 5, 2020 at 3:32:57 PM UTC-5 Google Ads API Forum Advisor Prod wrote: > Hi Scott, > > There is a bit of a difference between the AdWords API and the Google Ads > API, but that is because s

Setup Billing - the error code is not in this version.

2021-10-14 Thread Viktor Shchepkin
Hello! I use lib google-ads-php last version. I try call google-ads-php/examples/Billing/AddBillingSetup.php and i have error. I all ready tested all params. Also i see the same problem https://groups.google.com/g/adwords-api/c/4DfyztBRDBs/m/fb3PY-JvBQAJ Thanks! Method Name: /google.ads.googl

Can anyone help setting up request headers in client library php

2021-10-14 Thread Rahul Verma
After going through quickstart provided by google. I executed php getcampaigns.php command in terminal against a test account. i got error to include login-customer-id in header. i included login customer id in google_ads_

In "campaign_simulation.target_cpa_point_list", why is "cost_micros" not equal to "biddable_conversions * current_cpa * target_cpa_scaling_modifier". Which one should I trust?

2021-10-14 Thread Julien Stoeffler
So I'm tryig to estimate the cost when incresing/decreasing the Target CPA using the *campaign_simulation.target_cpa_point_list* feature. I am confused because from what I understand, the cost of the campaign is generally equal to Target CPA * Conversion Count (that's what I see in my reports)

Customer is not allowlisted for accessing this feature

2021-10-14 Thread li li
Hi,I want to create an account under the manager account,but I got this response: { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.co

RE: PERMISSION_DENIED/AUTHORIZATION_ERROR

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posting your concern to us. Thanks for reaching out to us. I had to delete your initial post as it contained your sensitive information. I am reposting below without the sensitive information for reference : “Hi, I'm using the PHP API. We recently implemented conversion adjust

RE: ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA On Test account

2021-10-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Brian, Thanks for reaching out to us. Kindly note that the Customer Match and other user lists cannot be used in test accounts since user lists are not supported in test accounts and will automatically close upon creation. They can only be used in production accounts. Also, Customer Match i

"This app is blocked" error after authorizing

2021-10-14 Thread Charles
Hi, One of our users is seeing a "this app is blocked" error, attached. However: - We've had nothing from Google saying the app is blocked - Other accounts authorise perfectly fine - There's a dearth of information online about this error. No information, in fact Can anyone please explain what

How to Independent MCC Account Lookup

2021-10-14 Thread 신현준
Hello I had to inquire about the report data of several independent MCC accounts, so I inquired about whether one or more developer tokens were approved and, if not, how to call API for other MCC accounts. According to the policy, only one developer token is approved by one company and if you n

Missing campaigns in GeoStats

2021-10-14 Thread Yahor Bayarchuk
Google Ads data shown in Geo Performance Report (GeoStats table) after BigQuery import is missing all campaigns except one our web campaign. But i can query and see all existing campaigns and their stats in Campaign Performance Report only (all related tables). My query for GeoStats: SELECT DIS