Basic access of Google ads API

2023-08-10 Thread Yang Mi
Hi Support, I submitted a request for basic API access through this form on 2023/08/03, and it's been over a week now, but I still haven't received a response. I have sent an email through "Contact

No respones from question regarding Google Ads API

2023-08-10 Thread 朱正
Hi Support, I submitted questions about the API through this form on 2023/08/02 at 2:18 PM (UTC+8), and it's been over a week now, but I still haven't received a response. Could you help me find

Re: Managing User Access Invitations

2023-08-10 Thread Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. In relation to your concern, please note that based on out Google Ads API documentation: Managing User Access Invitations (

Re: awaiting response for my google ads api application

2023-08-10 Thread Antony Kyalo Musyoki
I have a similar problem. I submitted an application for basic access on Jul 30 and did not hear back for a week so I submitted a new on on Aug 6th and still no response. I did submit compliance update request yesterday (Aug 9). I don't have the case Id of the compliance request as I did not

Get campaign data

2023-08-10 Thread Shafayet Emon
Hi, I want to get the following values for campaigns. How can i get these values using api? What should be the query? Expected values: Campaign status Campaign Budget name Currency code Budget Budget type Status Status reasons Campaign type Cost Impr. Clicks CTR Interaction rate Search impr.

Re: Id from Batch job result using google ads API

2023-08-10 Thread Elegi Sandi
for those who are still wondering in 2023, you can parse the resource name using the client you're using (eg: batchjobserviceclient). I'm using PHP so: $parsed_resource_name =

Re: create budget errror

2023-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mateen, Thank you for providing information to this issue, however, our team would be needing the complete API logs (request, response, and request ID) generated on your end so that we may be able to further investigate the behaviour you've encountered as well as check the exact error that

Google ads API - Python package

2023-08-10 Thread Pierre Bonnet
I'm trying to use google ads' api through the python package. I have the client id, client secret, refresh token, etc... but I keep getting the error : google.auth.exceptions.RefreshError: ('unauthorized_client: Unauthorized', {'error': 'unauthorized_client', 'error_description':

Re: uploading enhanced conversion via rest api (not client library)

2023-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi everyone, @ Marius, If you'd like to do this via the UI, then it would be best to ask for assistance from the Google Ads Product support team as they are more familiar with the features and functionalities of the Google Ads UI. You can reach them here:

Re: Retrieving Correct Click Data for Non-Search Campaigns (YouTube Video Ads)

2023-08-10 Thread 'Igor Selitsky' via Google Ads API and AdWords API Forum
Numbers by ad destination from campaign report. On Thursday, August 10, 2023 at 12:40:56 PM UTC+3 Igor Selitsky wrote: > > We've faced with the same problem, but analytics show significantly lower > amount of sessions in some cases. > For example for one of PERFORMANCE_MAX campaign we see 38

Adding Ad Schedule to a Campaign via API

2023-08-10 Thread Media Buyer
Hi all, I'm trying to add an Ad Schedule to a campaign in this way, but for some reason it's not working (Python). Any idea why? I can't find any documentation of how to do this in the API docs: def build_campaign_criterion_op_ad_schedule(client, campaign_operation, day:

RE: gender view

2023-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yosef, Thank you for reaching out to Google Ads API Forum. As per this guide (https://developers.google.com/google-ads/api/docs/performance-max/create-campaign-criteria) regarding Creating Performance Max campaign criteria, Performance Max campaigns support the following types of criteria

Suspended account status via Google Ads API

2023-08-10 Thread Алексей Рябиков
Hello! I'm trying to get account status via API (PHP lib) and all is OK, with one exception: And enabled accounts *AND* suspended accounts return status ''2' screenshot (that equals 'Enabled'). But if we look in the docs, we can find this

Re: create budget errror

2023-08-10 Thread MATEEN ALI
Below is the request that we are sending and we face error const campaignBudgetData = { operations: [ { create: { amountMicros: 5000, // Made this a number instead of a string deliveryMethod: "STANDARD", period: "DAILY", type:

Gender View

2023-08-10 Thread Yosef Schwartz
Hi! When I try to get data about my campaigns from this table (gender_view) , it omits the "PERFORMANCE MAX" campaigns. The GAQL query: "SELECT

Re: uploading enhanced conversion via rest api (not client library)

2023-08-10 Thread Triple A
I'm quite amazed at how poor google API is regarding this. Any other provider let's you easily report conversions with just a curl (https://developers.facebook.com/docs/marketing-api/conversions-api/using-the-api,