AgeDimension usage example

2022-06-30 Thread Javier Val Lista
Hello everyone, I want to create a campaign so that it only impacts people over 18 years of age. Looking in the documentation, I think I should use *AgeDimension*: https://developers.google.com/google-ads/api/reference/rpc/v11/AgeDimension?hl=en The problem is that I don't know how to use it

Has Anyone Connected the Google Ads API to their Bubble App?

2022-06-30 Thread Xan Hong
I've got it 80% of the way there, but now I'm stuck. Hoping someone might be able to assist me. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Re: Version v8 is deprecated. Requests to this version will be blocked.

2022-06-30 Thread Jade Nguyen
Thank Ernie, I used this script of campaign performance report and was able to get the response However, when I was trying to parse this response into the panda data frame, I encountered the error. I believe that the step when I was trying to parse the response to pandas data returned the unkno

Re: Refresh Token Expiration Problem

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi all, Thank you for reaching us out. I am Sherwin from Google Ads API support team and I work with Nirmita. I hope that all of you are doing well today. @Patrik. I really understand where you are coming from. We really appreciate your comments regarding setting up the oauth however, that is t

Re: Refresh Token Expiration Problem

2022-06-30 Thread pmoe...@binaerpark.de
I have the same problem. The problem with state 'in production' is that a lot of stuff is required (what makes sense if it really is public and in production). But we just use it internally and only from one account, A service account would make more sense but is only available for Google worksp

RE: PermissionsDenied on a specific account mutate operation

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ales, 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

PermissionsDenied on a specific account mutate operation

2022-06-30 Thread Ales Sturala
Hello, Can you please look into an API mutate job that fails with *PermissionsDenied* error? We cannot figure out what the reason could be. The user says that he has admin access to the account. Request ID: HdKGDXZAJn_eS6qzLTMilQ Regards, Ales -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How to get full clicks and costs for a PMax campaign?

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Roy, Thank you for reaching out to our API support team. Performance Max campaigns reporting is also discussed more in this guide. Since you are using the shopping_performance_view and for our team to investigate further, could you share your complete request and response logs, and the requ

RE: I'm get INVALID_CUSTOMER_ID Error for customerManagerLinks:mutate

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for posting your concern. Upon checking the logs stack trace you’ve provided with us, I can see that you’ve encountered an INVALID_CUSTOMER_ID error. You may double check your request if you've used the correct CID without hyphens. You may retry your API request with the customer ID

Re: What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marc, Good day to you. I am glad to hear that my colleague helped you with your concern about the campaigns and ad groups by resource name. Cheers, Anthony Cyril Google Ads API Team ref:_00D1U1174p._5004Q2cErFS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

How to get full clicks and costs for a PMax campaign?

2022-06-30 Thread 'Roy Roes' via Google Ads API and AdWords API Forum
For example: In Google Ads for a PMax campaign on 14-06-2022 we have: 2.124 clicks and 926,71 EUR costs. When we get the clicks and costs for the campaign with Google ADS API for that date we get: 2.037 clicks and 877,22 EUR costs. We use the following query: SELECT metrics.clicks, metrics.aver

I'm get INVALID_CUSTOMER_ID Error for customerManagerLinks:mutate

2022-06-30 Thread วรวุฒิ บุญตัน
Dear everyone. I have some problems with the Accept Invitation from the manager link. I was working fine with this and accepted the invitation via the API. I get the resourceName from the API by direct calling the CreateInvitation API. My payload is like this it is very simple *POST:* https

Re: What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread Marc Donis
Hi Yasar, Thanks for that very prompt reply! I did actually manage to sort this out, thusly: protected static Campaign getCampaign(String resourceName) { final GoogleAdsServiceClient googleAdsServiceClient = googleAdsClient.createGoogleAdsServiceClient(); try { fi

Re: Extract data from Google Ads with Python

2022-06-30 Thread Nathane Berrebi
Thanks for your reply ! But I don't have any account in the manager space : I share you my screen : [image: image.png] Le jeu. 30 juin 2022 à 15:19, Google Ads API Forum Advisor a écrit : > Hi Nathane, > > Thank you for the reply. > > Moving forward, since you are asking how you can extract your

RE: What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marc, Thanks for reaching out to the Google Ads API Forum. Upon checking your method, it appears that you’re trying to use GET methods. However In the Google Ads API V10 version, GET methods have been removed from all services. Any service that exclusively had a get method has been removed a

Re: Extract data from Google Ads with Python

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nathane, Thank you for the reply. Moving forward, since you are asking how you can extract your data from your client account using Python, then you may refer to this code example in python. Moving forward to this, “I don't have any manager account, so what do I need to do ?”, upon checking

RE: The “Results” column in Campaigns Reporting

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API Forum. To check this in the Google Ads API, could you provide a screenshot of the UI where we can see this "the “Results” column that shows in the Campaigns Reporting panel" that you mentioned. With the help of this information we can

Re: Extract data from Google Ads with Python

2022-06-30 Thread Nathane Berrebi
Thanks for your very fast and amazing help ! It doesn't look very clear to me, so to be very basic : How can I extract my data from my client account please uing Python ? If you think about the tutoriel I sent you (this one : https://developers.google.com/google-ads/api/docs/first-call/overview?hl

Re: PHP Get First Page Cpc Micros

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shobha, Thank you for that information. To help you with your 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. Java) > Logging documentat

Re: Getting Customer Aggregate Data

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Prototype, Thank you for the reply. Upon checking the error logs you have provided, This then appears to be more of a client library related issue. With this, since you are using python, I would recommend that you reach out to the client library owners via this link, to clarify what maybe c

The “Results” column in Campaigns Reporting

2022-06-30 Thread Technology BAKERi
Hi, I've been looking for the “Results” column that shows in the Campaigns Reporting panel in the API, but i've had no success so far. Could you tell me if it's even available through API, If yes then how? Thanks -- ---

Re: Unable to upload cross account conversion

2022-06-30 Thread Google Ads API and AdWords API Forum
Reposting the last inquiry ( https://groups.google.com/g/adwords-api/c/HQtkKamjPok) from the forum as it wasn't routed to our support queue. Cheers, Ernie John Google Ads API Team On Tuesday, June 28, 2022 at 1:36:29 AM UTC+8 Google Ads API and AdWords API Forum wrote: > Reposting the last inq

Re: PHP Get First Page Cpc Micros

2022-06-30 Thread Shobha Solanki
Hi, When we fetch the ad_group_criterion.position_estimates.first_page_cpc_micros we are also getting the same error, can you please let us know how do we fetch the value as it is important. Is there some alternate way. Thanks, Shobha On Wednesday, 13 April 2022 at 08:08:03 UTC+5:30 adsapi wro

Re: Getting Customer Aggregate Data

2022-06-30 Thread Prototype.co
Dear API Team, sorry to bump this old thread, but our question is a direct follow-up to this particular thread, and the issue mentioned therein. Because of the issue mentioned above, we have no choice but to make a significant 21 SearchStream requests per client account (because we can only get

What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread Marc Donis
We are upgrading from com.google.ads.googleads.v8 to v11, and our code no longer compiles due to these two methods being removed: final Campaign campaign = campaignServiceClient.getCampaign( campaignResourceName); final AdGroup adGroup = adGroupServiceClient.getAdGroup( ad

RE: Extract data from Google Ads with Python

2022-06-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nathane, Thanks for reaching out to the Google Ads API Support team. I hope you are doing well today. Please see my answer to your question below. 1.) For that I tried to follow the following tutorial : https://developers.google.com/google-ads/api/docs/first-call/overview?hl=en#prerequisit