Google Ads API Basic Access Rejection

2023-10-31 Thread Ali Saad
Hello, I have applied for basic access for the Google Ads API Token, over 3 weeks ago and Always rejected. Please assist as I cannot proceed any further without access. I have applied multiple times and tried following up via the Ads API compliance team contact form. Case ID: 1-841435329

API token application - no reply

2023-10-31 Thread Danelle Azzopardi
Hi, I applied for Standard access to the Google Ads API on the 13th of October and still waiting for a response. - Google Ads Manager Account (MCC) ID: 453-155-8043 - API Access level: Standard -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

How can i use GAQL to find out ads campaign cost divided by mobile operating system

2023-10-31 Thread Andres
Hi, I am wondering whether i can use GAQL to get ads campaign cost data group by mobile operating system, such as iOS and android. According to this issue: https://groups.google.com/g/adwords-api/c/tJM04aQt4FQ/m/dsDQFjK0AQAJ I tried this before: SELECT operating_system_version_constant.name

Cant find Callout In Account Level

2023-10-31 Thread Binu Mathew
Hi I created Callout using following Code $asset = new Asset([ 'name' => $data->callout_name, 'type' => AssetType::CALLOUT, 'callout_asset' => new CalloutAsset(['callout_text' => $data-> callout_text]) ]); // Creates an asset operation.

Campaign search term insights call fails

2023-10-31 Thread Ionut Voda
Hello there, Whenever I try to get segments.search_term out of the campaign_search_term_insight report, the Ads service fails. This is the request error: Request made: ClientCustomerId: 6809911040, Host: googleads.googleapis.com, Method: /google.ads.googleads.v15.services.GoogleAdsService/Sea

RE: api token application - no reply

2023-10-31 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. After reviewing your concern, I understand that you have submitted a request for the Standard access of Google Ads API developer token and waiting for a response from the team. Since the access requests are handled by the Googl

RE: google ads api basic access rejection

2023-10-31 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. After reviewing your concern, I understand that you have applied for the Basic access of Google Ads API developer token and waiting for a response from the team. Since the access requests are handled by the Google Ads API Compl

RE: cant find callout in account level

2023-10-31 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. By reviewing your concern, I understand that you are trying to create a callout asset using the Google Ads API. After creating the Callout asset, you are receiving a null response. To investigate the issue further, please provid

Re: unauthorized_customer error from uploadclickconversions api endpoint

2023-10-31 Thread Kannekanti Manoj
Hi Team, Like i mentioned this is happening for 5% of conversions we are sending and the other 95% conversions are working just fine. So, just want to check if the click ids that are being sent along are invalid ones or not. Please let me know if it is possible to know if a click ID *X* is ass

RE: campaign search term insights call fails

2023-10-31 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. By reviewing your concern, I understand that you are getting 'INTERNAL_ERROR' with status code 500 while updating the SKAN schema using the Google Ads API. Kindly note that the INTERNAL_ERROR occurs when something unexpected hap

RE: campaign search term insights call fails

2023-10-31 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. Please disregard my previous email. By reviewing your concern, I understand that you are getting 'INTERNAL_ERROR' with status code 500 while fetching the campaign_search_term_insight via Google Ads API. Kindly note that the INT

Encountering ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER_CUSTOMER Error on Google Ads API

2023-10-31 Thread Marc Amoros
Hello everyone, I am reaching out for some assistance with an error I've encountered while using the Google Ads API. The error message I received is as follows: "The request would cause a limit on the number of allowed resources of this type to be exceeded. ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER

Brand exclusion for Pmax by API

2023-10-31 Thread Anush Hakobyan
How can I exclude brands using the API? I know that I have to create a CampaignCriterion where I set the 'Type' to 'CriterionType.BrandList' and 'Negative' to true. However, I couldn't understand how to find and set the SharedSet of BrandListInfo. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Encountering ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER_CUSTOMER Error on Google Ads API

2023-10-31 Thread Marc Amoros
Hello everyone, I am reaching out for some assistance with an error I've encountered while using the Google Ads API. The error message I received is as follows: "ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER_CUSTOMER: The request would cause a limit on the number of allowed resources of this type to be

difference between basic and standard API

2023-10-31 Thread Nayana Hettiarachchi
Hi Thank you very much for your answers to my previous questions. Is there a document describing the difference between standard and basic api access levels? Nayana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

2 WEEKS NO RESPONSE on Google Ads API Standard Access Token

2023-10-31 Thread Ánh Phạm Ngọc
Hello, I submitted the Google Ads API developer token Standard Access application on Oct 18, 2023 and it has been 2 weeks since then that I haven't received any response from Google Team. I have also filled in the form to contact Google Ads API Compliance team but still no response - Googl

How to exclude placements which looks like this: mobileapp::10002-ca-app-pub-6328476713475419

2023-10-31 Thread 'Samarth Gupta' via Google Ads API and AdWords API Forum
Hi team, In *group_placement_view* report, we are getting few mobile placements like: 1. mobileapp::10002-ca-app-pub-6328476713475419 2. mobileapp::10002-ca-app-pub-4980037158993155 Usually mobile placements are of this type (1-1441407629, 2-com.chitralekha.evolution). But this is different. A

Re: campaign search term insights call fails

2023-10-31 Thread Ionut Voda
Hello, I do have a retry mechanism in place. That is not the problem. The problem is that I have been trying to run that query for the last 3 days, multiple times a day, and every time I run into the 500 error. I also tried 3 minutes before writing this to you. Doesn't seem to be transient, but

Inquire about the time to apply the campaign schedule advertisement.

2023-10-31 Thread LK컨버전스
Hi. Does it apply directly to advertisements when registering a campaign schedule? Or does it take a certain amount of time to be applied to the advertisement? The campaign advertising schedule was registered by extracting code from create operation

Re: match rate discrepancies

2023-10-31 Thread seba...@movio.co
Could you please just clarify if a contact needs to have logged in (Google, YouTube, etc) within the last X days to be targetable and that's why the *actual* match rate is way lower? On Monday, October 30, 2023 at 8:22:30 AM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for ge