Re: Looking for an API to link Google Ads to Display & Video 360

2022-06-22 Thread Parag Sabnis
Hi Jinky, Thank you so much for your prompt response. Any idea when it will be supported? Thank you, Parag On Wednesday, June 22, 2022 at 8:21:50 PM UTC+5:30 adsapi wrote: > Hi Parag, > > Thank you for raising this concern to the Google Ads Forum. > > With regard to your concern, I can see that

Re: a lot of DeadlineExceeded error when pulling report recently

2022-06-22 Thread msgu...@gmail.com
I‘ve replied, did you receive it? Thanks, Guofu On Tuesday, June 21, 2022 at 7:46:22 PM UTC-7 adsapi wrote: > Hi, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > Moving forward to your concern, to help you find out wh

Undetermined Age Criterion Not Reported in age_range_view

2022-06-22 Thread Jay Henry
I segment by date in the age_range_view, I don't get the "Undetermined" age row back. I've masked the ad_group_id in the following queries The following query returns only the 503002 criterion id row: SELECT segments.date,ad_group_criterion.criterion_id, campaign.id, ad_group.id, metrics.all_con

Trouble getting started with the API Center

2022-06-22 Thread Pietro Scurzio
Dear Support Team, I've been trying to access the Google Ads API Center (in a manager account) with no luck so far. I visited the following link https://developers.google.com/google-ads/api/docs/first-call/dev-token and tried to follow the instructions step-by-step, but when I reached the lin

Re: ad_group_ad results in empty data

2022-06-22 Thread Swetha Nagaraj
Hi Peter, ah I am sorry. I will raise another request for acquisition and retention data. The ad_group_ad has a field *segments.keyword.ad_group_criterion *and we do not see result https://developers.google.com/google-ads/api/docs/migration/mapping#ad_performance. According to above case, *seg

RE: Generate Link ID via Google Ads API

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rayane, Thank you for reaching out to the Google Ads API support team. With regards to your concern about to the App Conversion Tracking and Remarketing API, you may reach out instead to the Product support team, via this link, as this API is outside of our scope. We provide assistance to i

Re: Discrepancy between metrics.video_quartile_*_rate and google Ads UI

2022-06-22 Thread Zweitze
Well, my point was that your aggregation formula SUM(video_quartile25_rate*impression)/SUM(impression) is essentially correct, but beware of the field impression. Make sure you ONLY include impressions for YOUTUBE_WATCH, and NEVER include impressions of the other networks. What you could try is

RE: Create audience customer list

2022-06-22 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. Unfortunately in Google Ads API , there is no direct way to use the csv file to create a customer list. However, you will need to create a process on your code that will get the information from the CSV file and supply that inf

Generate Link ID via Google Ads API

2022-06-22 Thread Rayane Achich
We're trying to set up a conversion event using available API. The steps are the following: 1. Link account with 3rd party analytics service. Once you link your app with the service, it generates a Link ID. 2. Create a Conversion Action - select the app that was previo

RE: RESOURCE_EXHAUSTED - Conversions API

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jamie, Thank you for reaching us out. I hope that you are doing well today. The RESOURCE_EXHAUSTED error usually occurs when you are sending too many requests in a short period of time. The server throws this error once it detects that your request has exceeded the system frequency limit. Wi

Re: Deadline Exceeded when fetching ads since 4/6

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Christian, Thank you for reaching out to us. You may note that timeouts are often because what is being queried is too big to send back to you. It appears that those accounts where this is failing contain a lot of data. To fix this deadline exceeded error you are encountering, I would sugge

google ads api v10: empty response for campaign_audience_view

2022-06-22 Thread 'Aleh Melnik' via Google Ads API and AdWords API Forum
When i try to get report from campaign_audience_viewon v10 i receive empty response. SELECT segments.device, segments.date, metrics.all_conversions, metrics.all_conversions_value, metrics.impressions, metrics.clicks, metrics.conversions,

RE: In version 11.0 getting Method not found exception

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sadik, Thank you for raising this concern to the Google Ads API Forum With regard to your concern, could you confirm if you are using the latest .NET library version >= 12.1.0 according to this document? If yes and the issue still persists, you may reach out to the .NET client library owner

Re: ad_group_ad results in empty data

2022-06-22 Thread Swetha Nagaraj
Hi Jinky, I want to differentiate between retention and acquisition ads. We did this in adwords API by filtering using Keyword ID. So I tried to do same thing in new API. I want to know if we can filter data at Keyword level or is it only at Ad level? If it is at Ad level, then how can I differ

RE: Get Campaign performance

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay, Thank you for reaching out to our API support team. Regarding your concern, instead of using the Campaign Performance Report, you can use this "campaign" for your report. For more information on the AdWords API report to the Google Ads API resource mapping, click here. To illustrate h

Re: GetHistoricalMetrics ignores empty language?

2022-06-22 Thread Richard Pergament
Hi, Thank you for the response! I was a bit unclear in my original post; all the settings are being done at the KeywordPlanCampaign level. That's how we're getting the issue. Best regards, Richard tisdag 21 juni 2022 kl. 12:09:16 UTC+2 skrev adsapi: > Hi Richard, > > Thank you for raising thi

Issue in linking the a client acount with my Manager account

2022-06-22 Thread 'Bratin Kundu' via Google Ads API and AdWords API Forum
Hello I have a manager account (say this is A) and i have a customer/client account (say this is B). Now i am trying to link the account B to A using the python client library (using the code of link_manager_to_client.py) but it fails at last step where it is using CustomerManagerLinkService. T

Re: Deadline Exceeded when fetching ads since 4/6

2022-06-22 Thread Christian H.
Hi! I have the same problem: downloading RSAs takes too long (for some accounts). I run into the DEADLINE_EXCEEDED exception too (And I set the timeout to 20 minutes which should be more than sufficient). There is a workaround: if I request headlines and descriptions with different requests th

Problem with generate_user_credentials.py

2022-06-22 Thread Miguel Angel Garcia
I'm following the instructions on https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-web to generate the refresh token The instructions says to run "generate_user_credentials.py ..." in the terminal, but all my terminals (VS Code, command prompt, Powershell) says that

Re: ad_group_ad results in empty data

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Swetha, For security privacy purposes, you can provide it via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsapi-supp...@google.com. Best regards, Jinky Google Ads API Team ref:_00D1U1174p._5004Q2byWHN:ref -- --

Re: ad_group_ad results in empty data

2022-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Swetha, Thank you for the reply. With regard to your concern "Can you guide me to which reporting I should use?", could you please provide more details on what data you want to get and at what level? In order to answer and suggest correctly to your question. If the data you want to get can

GoogleAds API legacy versions

2022-06-22 Thread Nacho Cueto
Hi there, I've started working in a project where PHP 5.6 is in use. Updating the code is not an option at this moment, and I can't find a version of the API that works with 5.6. *Is it possible to find those legacy versions somewhere? If so, will they work? If anybody is still using an API ve

In version 11.0 getting Method not found exception

2022-06-22 Thread Sadik Azami
Same code is working with version 10.0 but yesterday i updated to version 11.0 after that i'm getting below error "Method not found: 'Void Google.Api.Gax.Grpc.ClientHelper..ctor(Google.Api.Gax.Grpc.ServiceSettingsBase)'." GoogleAdsClient client = new GoogleAdsClient(); GoogleAdsServiceClient

Looking for an API to link Google Ads to Display & Video 360

2022-06-22 Thread Parag Sabnis
Hi, I am looking for an API to link Google Ads to Display & Video 360 to share audience lists. I could find the steps mentioned on below page but could not find API for that. https://support.google.com/displayvideo/answer/7168629?hl=en Can you please let us know if we can link Google Ads to D

RESOURCE_EXHAUSTED - Conversions API

2022-06-22 Thread Jamie O'Hanlon
Hi We use make/integromat to handle our offline conversions and have been having issues lately. I have a scenario setup for each ad account and when a sales lead is marked as sold on our CRM, a webhook is sent to the scenario and this information is sent to our google account via the conversio

Re: ad_group_ad results in empty data

2022-06-22 Thread Swetha Nagaraj
Hi Sherwin, Thank you so much for getting back to me. Can you guide me to which reporting I should use? Because I looked at https://developers.google.com/google-ads/api/docs/reporting/overview and did not see any particular reports to be used. Best Regards, Swetha. On Wednesday, June 22, 2022

Get Campaign performance

2022-06-22 Thread Ajay.R
Hi Google Ads Team, Where can I get Campaign performance report like in old adwords Campaign_Performance_Report view, I am using Python client. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=