Report Pagination

2022-02-02 Thread Eftikhar Abu Libdeh
Hello fearless team I want to ask about pagination un report. we are using ad group and click performance reports, data is big, so we are using pagination as mentioned here , so it says I need to specify the page size but

Required field not present, even though it is defined (AdGroupCriteria create)

2022-02-02 Thread Thomas D'heer
Hi, I'm experiencing difficulties with the creation of ad group criteria. After creating ad groups, I want to create an ad group criterion for each (see object below), but I keep getting the FieldError "The required field was not present", caused by the *parent_ad_group_criterion *property (unde

Asset based google ads api call extensions are not creating properly

2022-02-02 Thread Vijay Kumargani
Hi Team We are migrating our logic to use asset based extensions from feed services. As part of that we creating call extension with below options CallAsset = new CallAsset { CallConversionReportingState = CallConversionReportingState.UseResourceLevelC

Setup client library

2022-02-02 Thread Yash Patel
I am new to google ads client library ,So can anyone tell whose accounts client_id , client_secret , developer token , refresh token and customer id , So that I can call my first Api in google ads API. Thank you.[image: Annotation 2022-02-02 155243.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Google Ads API JavaScript library

2022-02-02 Thread Evgeny Toloknov
Hi, Is there any JavaScript library that provides functionality for accessing Google Ads API? I am trying to migrate Adwords API solution (ad_performance_report, adgroup_performance_report, video_performance_report) to use Google Ads API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Bug? existing_count wrong when adding Responsive Search Ads

2022-02-02 Thread Hans Sjulstad
Hi Ernie, This is Hans, in a different timezone as Greg mentioned. Please see attachment for another request and response with request ID and request header, no redacted information this time. Note that this request is for *Responsive Search Ads* *only*, and that the only issue I have is the exi

Re: Data Segment - Customer List via SFTP or REST API

2022-02-02 Thread Ryszard Rogalski
Issuse has been resolved For future reference Enpdoint: https://googleads.googleapis.com/v9/customers/{this_google_number_near_nick_without_dashes}:uploadUserData Body: { "operations": [ { "create": { "userIdentifiers": [ { "hashedEmail": "81bd759b72705c91487709efdfdb947f76ffcc29d8f89859c942ee3

REST Endpoint :uploadUserData

2022-02-02 Thread Ryszard Rogalski
Hello I am using this endpoint https://googleads.googleapis.com/v9/customers/{customer_Id}:uploadUserData So I am able to add customers to the list. I know that I can also delete PARTICULAR users from the list. My question is: Is there a way/workaround how to overwrite/ delete + insert to the li

Re: Missing data in CPC stats

2022-02-02 Thread Werner
Thanks, I'll check them out. On Wed, Feb 2, 2022 at 5:58 AM Google Ads API Forum Advisor wrote: > Hi Werner, > > Thank you for reaching out. > > Could you confirm from which platform you acquired the listed fields? > > In the Google Ads API, the supported metrics are generally found here >

Re: Use google ads api to obtain the created campaigns, there is an error. The status code is 12.

2022-02-02 Thread 'Sam K.J' via Google Ads API and AdWords API Forum
Was this fixed? I am trying to obtain data from click_view report and getting almost same error: Headers: { "date": "Wed, 02 Feb 2022 11:20:27 GMT", "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\";

Re: When will RecommendationType include all (or most) recommendation types?

2022-02-02 Thread Wijnand Meijer
Hi Teejay, I'm sure the team that works on the recommendations part of the API knows exactly which of the recommendations listed over here https://support.google.com/google-ads/answer/3416396?hl=en#zippy=%2Csee-all-recommendations are currently returning UNKNOWN for RecommendationType. So I

ways of setting the validateonly flag in Google Ads API

2022-02-02 Thread Gercek Ilke Gultekin
Hi, I want to know if there's any other way of setting the "validateOnly" flag in the Ads API, apart from setting the property in the request object. I'm using the .NET SDK for development. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: Working Google Ads Data Transfer after deprecating AdWords API

2022-02-02 Thread 'Ruslan Obolonsky' via Google Ads API and AdWords API Forum
Thanks for your reply. I've already asked the same question in the slack community available *here* . But there is no response( On Wednesday, February 2, 2022 at 6:16:35 AM UTC+2 adsapi wrote: > Hi Ruslan, > > Thanks for reaching out to

device issue

2022-02-02 Thread FMore
Hi I am testing this GAQL query : SELECT ad_group.name, ad_group_criterion.keyword.text, campaign.name, metrics.impressions, metrics.clicks, metrics.absolute_top_impression_percentage,metrics.top_impression_percentage, segments.device FROM

Re: Replicating the AdWords API CRITERIA_PERFORMANCE_REPORT Using the Ads API

2022-02-02 Thread Igor Markovic
Hello, seeing how this question is a few years old now I wanted to ask whether the answer is still up to date? I didn't test my assumption yet, but reading the documentation it seems to me that campaign_audience_view combined with campaign_criterion and ad_group_audience_view combined with ad_g

Getting different results for Average monthly searches

2022-02-02 Thread Miguel Martín González
Hello, I am developing a script to get historical search volumes for keywords. >From the "GenerateHistoricalMetricsResponse " I get the " keyword_metrics". Values for "monthly_search_volumes" are the same, when comparing the same search in the Google Ads platform, as well as the rest of the metr

Re: Marketing Objective Setup for a Campaign via API

2022-02-02 Thread AMAP TEST
Hi, I am particularly looking for assigning a value to " *Marketing Objective*" field alone via API. This Guide that you have shared is assigning values to Goals field (This is not my requirement). On Wednesday, 2 February, 2022 at 3:16:45 pm UTC+5:30 adsapi wrote: > Hi, > > Thanks for reac

RE: Google Ads API: How to get Label in Ad Performance Report ?

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, You can pull a label report and match the resource name with label.resource_name. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W3KHL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

Update Responsive Ad

2022-02-02 Thread Xavier Garzon
Hi there, I am trying to find how I can update a Responsive Ad and looking at this link: https://developers.google.com/google-ads/api/docs/samples I found this one: https://developers.google.com/google-ads/api/docs/samples/update-expanded-text-ad Can I use that example for responsive ads? Th

Identify 'cancelled' accounts from customer_client

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
So, I can get all client accounts my manager account can access and build an account hierarchy by querying customer_client i.e. SELECT customer_client.id, customer_client.currency_code, customer_client.time_zone,

Re: Help trying to update an account using BatchJobServiceClient

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Julian, We did receive the ID, thank you. Did you receive my response on Jan. 28? The case is currently being investigated, but I was wondering if it might be possible to try creating a new batch job and attempting to run it with the same operations. The current job has gotten into a potenti

Re: Processing Time for OfflineUserDataJob

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas, Can you please specify exactly what the issue is you are having with the MOBILE_ADVERTISING_ID upload type? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VO6hF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

Re: CUSTOMER_NOT_ENABLED

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
Any update on this? There doesn't seem to be a way of finding a list of all client accounts that are not 'cancelled'. Therefore I cannot get a list of all client accounts that will not throw an error when I try access them via the api On Thursday, 15 August 2019 at 08:42:07 UTC+1 anirud...@gma

Re: Howmany ways to intgrate GoogleAds from .Net Core 6.0 app

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
Not sure if it's 'supported', but I have Client Library working with .net core 6.0 On Wednesday, 2 February 2022 at 10:20:55 UTC anjana.s...@marutitech.com wrote: > Hello, > > > > I found two ways to push offline conversions in Google Ads from c# > backend, one is by using ClientL

Re: Marketing Objective Setup for a Campaign via API

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello - After doing some research, it's likely that this field isn't mapped in the API because it's only used to help guide users through the create a campaign flow in the UI. Is there something specific you're hoping to use the information for? Perhaps I can help identify a different field in

Unique reach metrics

2022-02-02 Thread Maria Gabriela Labrador
Hi, anyone knows when will be available the unique reach metrics in the Google Ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because y

Re: DataUploadResult - Google Ads Api V1.0

2022-02-02 Thread Maria Cook
Hi all, Just to confirm: is this still the case? There is still no equivalent to datauploadresult on UserList resource in Google Ads API? Also, do I understand correct

RE: Issues with AddCampaignLabels in Google Ads .Net

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Can you please reply privately with the unredacted request and response logs? You can do this by selecting the Reply privately to author option (only our support team will see your reply). Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174

Ad level performance

2022-02-02 Thread Saif Gorges
Hi! I'm pulling in Google Ads data via Fivetran and I don't see any reports for ad level performance. I can only see campaign and adgroup level performance reports. Where / how can I get ad level performance data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Google Ads API JavaScript library

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evgeny, Thank you for reaching out to the Google Ads API support team. Unfortunately, Javascript is not available using the API. You may refer to this guide for client library in the Google Ads API. You can check migration guide to migrating API form AdWords API to Google Ads API. Thanks,

Re: What is the limit of customers we can create per account?

2022-02-02 Thread pchu
Thank you for your reply. Is creating customer equivalent to creating account from the link provided in your previous reply? https://support.google.com/google-ads/answer/7526520?hl=en That means I can only create up to 50 customers under my Google Account, if I spend less than $10,000 a month i

Re: Use google ads api to obtain the created campaigns, there is an error. The status code is 12.

2022-02-02 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. With regards to your concern, I would recommend you please use our latest version v9. If you are still facing any issue, could you please provide us with the complete logs (request and response with request-id) via the Reply pr

RE: Report Pagination

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. It is possible that a large data set and large page_size will cause a timeout issue, but it is generally faster to make fewer requests. Please let us know if you have any follow up questions on this. Regards, Matt Google Ads API Team Matt Google Ads API Team re

Re: Processing Time for OfflineUserDataJob

2022-02-02 Thread Tomas Guerra
I created an OfflineUserDataJob with Mobile Ids for a specific UserList. The request responded OK and gave back a job resource_name. I've been checking the last 2 days the status of this job with the resource_name, and is always RUNNING El miércoles, 2 de febrero de 2022 a la(s) 12:28:51 UTC-3

Conversion Upload EXPIRED_EVENT Error

2022-02-02 Thread 'Jonathan Howden' via Google Ads API and AdWords API Forum
Hello, I am sporadically seeing the Conversion Upload EXPIRED_EVENT Error in some of my logs but as far as I can tell the GCLID has happened before the 30 day period. I have the request-id associated with these errors and would appreciate someone being able to investigate further on this issue.

RE: Required field not present, even though it is defined (AdGroupCriteria create)

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thomas, Could you try creating a root subdivision node and an 'other' node that is a unit node to place your product Id in? I am under the impression that a root node is a subdivision node. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W3ZvG:ref -- -- =~=~=~=~=~=~=~=~=~

Re: When will RecommendationType include all (or most) recommendation types?

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wijnand, I work with Teejay and will assist you. I raised with my team your request for all recommendation types. This request is subject to review. You may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2VMZpd:ref -- -- =~=~=~=~=~=~=~=~=~=

PERMISSION_DENIED Error when changing google account role

2022-02-02 Thread Tomas Guerra
Hi, In the company I'm working, we have a service that interacts with the Google Ads API using one of the client libraries. To do so, we have a Google Ads Manager account, in which many google accounts have Owner/Admin rights. The service works alright and we are able to make requests of all k

RE: Setup client library

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yash, You can follow our quickstart guide, it shows how to start from scratch to get to your first API call. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W3a5Q:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Can't find authentication examples

2022-02-02 Thread Kyle Zengo
Hi Matt, Thank you for your reply. I couldn't access this file when I installed the google-ads module from PyPi: python -m pip install google-ads However, I did find it when I cloned the client library from GitHub. Should I be able to access this file using the above installation command? Best

struggling with my first API call

2022-02-02 Thread Kyle Zengo
Hello, I'm struggling to make my first API call, as described here . When I run "get_campaigns.py" I get this error: Request with ID "..." failed with status "PERMISSION_DENIED" and includes the following err

Re: struggling with my first API call

2022-02-02 Thread Kyle Zengo
Excellent! Thank you so much! I added my Production account as an Admin user for my test account, and the command worked as expected. On Wednesday, February 2, 2022 at 8:35:38 PM UTC-5 adsapi wrote: > Hi Kyle, > > Thanks for reaching out to the Google Ads API Forum. > > Since you have encountere

RE: device issue

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to our API support team. To investigate the issue, could you please provide the complete request and response logs, with the request-id generated on your end. If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client librar

Re: Working Google Ads Data Transfer after deprecating AdWords API

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ruslan, Thank you for getting back to us. Please note that this support channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. As mentioned by Yasar, we can only recommend that you reach out the BigQuery team by contacting them through the sup

Re: Asset based google ads api call extensions are not creating properly

2022-02-02 Thread Vijay Kumargani
issue resolved when we used CoutryCode as "US" (in capitals). earlier used as "us" (in lowercase). But in the documentation of the code it is mentioned that we can use both but it is not working with lowercase. [image: google-ads-call-extension-issue-02.JPG] On Thursday, February 3, 2022 at 7:33