Google api error occur

2022-01-28 Thread Ritik Soni
Traceback (most recent call last): File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\googleads\common.py", line 243, in LoadFromStorage with open(path, 'rb') as handle: FileNotFoundError: [Errno 2] No such file or directory: '.../googleads.yaml' During handling of t

Re: Keyword performance Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Checking the UI, I see that there are ~100,000 keywords in the campaign, but just under 2,000 received an impression in the given date range. The Ads API excludes zero impressions by default when a report is segmented. This could explain why you are seeing fewer results in the Ads API r

RE: Extension Setting Migration

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, In Ads API you can use reports to find out the structure of objects in your account. We have instructions on how to find feed based extensions and then to find all details of feed based extension. Feel free to reach out to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5

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

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to the Google Ads API support team. With regards to your concern, the uploading of customers to lists is with customers.offlineUserDataJobs, you will create, add operations and then run it and poll(get) for results. The end points are all in the documentation.

Re: Audience Performance Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, We do not have guidance on combining reports and there are breaking changes from AdWords to the new API that affect the availability of the exact report style you are used to. The Ads API is built to mirror the new UI as much as possible. To assist you we will need a concrete example.

Re: Ad Performance Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Hao, Thanks for getting back. For us to investigate, we will need a full log of request and response logs with request ID and request header generated on your end of API communications of the report pull. The request and response appears similar to the JSON Mappings in our REST documentat

Re: Filter Generated Keyword (Google ads API)

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rohit, If you have questions specific to the Python client library, please reach out to the client library owners, here. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPzBv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Error while trying to query asset_group_product_group_view

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Maria, Could you share the Customer ID you're working with? I'd like to try to reproduce this behavior. Thanks, Ben, Google Ads API Team ref:_00D1U1174p._5004Q2RwoNZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

How to Upload millions of customer data without getting into exceptions?

2022-01-28 Thread Paid Media
Hi We have a requirement to upload more than 100 million customers to the audience/segment. Each customer can have up to 10 PII fields (3 Phone numbers, 3 Emails, 3 Device Ids, addresses). We are trying to use asynchronous way via AddOfflineUserDataJobOperationsRequest API for this purpose. It

Re: Auction Insights Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anthony, Thanks for checking in on this. However, there aren't any updates or announcements on this feature. Relevant updates will be announced on the Ads Developer blog. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5001UV1n74:ref -- -- =~=~=~=~=~=~=~=~=~=~

Is there any guidance for the Ads API relating to unit testing?

2022-01-28 Thread tim ogilvie
Looking to see if there are any official docs from google about unit testing the api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Ad Type under video report

2022-01-28 Thread Álvaro Pineda
Great! Thank you El viernes, 28 de enero de 2022 a las 15:03:09 UTC+1, adsapi escribió: > Hi Álvaro, > > In our Get Keyword Stats sample > > > an ENUM name is accessed like this: > > KeywordMatchType::name($adGro

Re: RunOfflineUserDataJobAsync does sequential Processing of Submitted Jobs?

2022-01-28 Thread Paid Media
Hi, >From your response, it's clear that multiple asynchronous jobs can't be executed in a sequential manner. But what if we separate each asynchronous job by a definite time interval? For example, if I need to make 5 API calls in a sequential manner then, I will spread these calls across 5 ho

Re: Retrieving sitelinks

2022-01-28 Thread Zweitze
Thanks for reporting that these extensions are not asset-based. Unfortunately I cannot change this account, I only have to report on it. Actually I have hundreds of accounts, and I am supposed to report on all of these too. So it appears I have to write multiple sets of code, for asset-based e

Re: manager_link_error: INVALID_CHANGE

2022-01-28 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi Ernie, Yes, the link is currently canceled. We cancel all pending links if the linking is not successful to avoid reaching the limit . Our flow works like this: 1. We cr

GEO_PERFORMANCE_REPORT migration

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, we are migrate GEO_PERFORMANCE_REPORT from Google Adwords API to Ads API and found there have two resources(geographic_view,user_location_view) mapped in Google Ads API. in Google Adwords API we download below fields : Date AccountCurrencyCode CampaignId CampaignName CityCriteriaId Cou

Extension Setting Migration

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, we have extension setting(https://developers.google.com/adwords/api/docs/guides/extension-settings) service depend on Google Adwords API need migrate to Google Ads API. and we get below fields from Google Adwords API: customerId campaignId extensionType feedItem but we found below wi

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

2022-01-28 Thread Marcin Tabedzki
Hi Guys, we are facing similar issue - we cannot upload exclusion list of CRM users via REST API. Any ideas how we can do that? On Friday, 28 January 2022 at 11:38:08 UTC+1 Ryszard Rogalski wrote: > How can I get the refresh token to the REST auth 2.0 endpoint if I am not > using any built in l

Re: Ad Type under video report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Álvaro, In our Get Keyword Stats sample an ENUM name is accessed like this: KeywordMatchType::name($adGroupCriterion->getKeyword()->getMatchType()) ​​​You may extrapolate from this example for your use case. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2VQ1zx:ref --

Re: Ad Performance Report

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
The full log have some sensitive info, i list download one account data as example: [2022-01-28 04:25:05,673] {bash.py:173} INFO - 04:25:05.673 [grpc-default-executor-0] INFO c.g.a.googleads.lib.request.summary - SUCCESS REQUEST SUMMARY. Method: google.ads.googleads.v9.services.GoogleAdsServi

Re: Keyword performance Report

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
we setcustomerid as 7390598815 when build google ads service and execute query as attached in previous mail i sent. compare with Adwords API there have huge data volume gap. data from Google Ads API missing lot of data, such as the ads data under below campaign: account: UK_Vertical_Parts_and

Re: Audience Performance Report

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
yes i know, as mentioned in previous mail we have two feeds downloan from Google need migrate from Google Adwords Api to Ads API and according by migration guide the Audience Performance report in Adwords will mapping to two resources (campaign_audience_view and ad_group_audience_view). we need

Re: Auction Insights Report

2022-01-28 Thread 'Anthony Vervuurt' via Google Ads API and AdWords API Forum
Hello, New year new chance! Any updates on this for 2022? I see that the first request was 10 years ago so hopefully we can enjoy this feature soon :). On Monday, May 10, 2021 at 8:33:28 PM UTC+2 Google Ads API Forum Advisor Prod wrote: > Hello, > > This feature is still not available in th

Re: Filter Generated Keyword (Google ads API)

2022-01-28 Thread Rohit Nishad
Can you please provide the code wih python sdk? Please do not link any page give me direct code On Thursday, 27 January, 2022 at 3:51:04 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for reaching out to us. > > With regard to your concern, generate keywords idea >

RE: Retrieving sitelinks

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweitze, Thank you for posting your concern. It appears that your extensions are not migrated yet to asset-based extensions and this is the possible reason why you can't get any data using the asset related reports. With this, you could try to follow this guide to migrate your extensions to

Re: Same Developer Token for All Manager Accounts?

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hustle, Kindly note that when you apply for developer token, then Token Review team examines the information you provide when you apply for access to the Google Ads API to make sure your software adheres to the Google Ads API Terms and Conditions (T&C) as well as the Required Minimum Functio

Re: Error while trying to query asset_group_product_group_view

2022-01-28 Thread maria.r...@funnel.io
Hello, Maria here, I work together with Johan. We want to get the asset_group.name in the same report as some common metrics. Here is an example query we are trying to use: *SELECT campaign.name, campaign.id, asset_group.name, metrics.impressions, metrics.clicks, metrics.cost_micros, segments.d

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

2022-01-28 Thread Ryszard Rogalski
How can I get the refresh token to the REST auth 2.0 endpoint if I am not using any built in libraries? On Friday, January 28, 2022 at 10:56:53 AM UTC+1 Ryszard Rogalski wrote: > Hello sir, so it is possible to add customers *TO THE LIST* via Rest? Is > there an example anywhere how can I struc

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

2022-01-28 Thread Ryszard Rogalski
Hello sir, so it is possible to add customers *TO THE LIST* via Rest? Is there an example anywhere how can I structure such a call? Also, is it possible after to add customers *TO THE LIST* via SFTP after expanding the current solution? On Friday, January 28, 2022 at 6:36:11 AM UTC+1 adsapi wro

Re: Upload Click Conversions - Missing Data

2022-01-28 Thread Kyle Vorster
Hey Aryeh, Thank you for your response. Before I contact you directly, I would just like to find out how I can enable logging. I've followed the online guide but nothing is being logged. Here's a simplied copy of my code in PHP. withClientId($client_id) ->withClientSecret($client_secret) ->wi

Re: KeywordPlanIdeaService service

2022-01-28 Thread Helen Proudlove
thank you that's useful, I'll take a look at that. On Thursday, 27 January 2022 at 19:32:53 UTC adsapi wrote: > Hi Helen, > > Thank you for reaching out to Google Ads/AdWords API. The Ads API doesn't > offer product category data, yet you can refine keywords >

Re: Same Developer Token for All Manager Accounts?

2022-01-28 Thread Hustle OU
Is there a minimum ad spend that you need to reach to apply for the Developer Token (Production)? Haven't read about it anywhere. On Wednesday, January 26, 2022 at 7:55:52 PM UTC+1 adsapi wrote: > Hi Hustle, > > Thank you for reaching out to the Google Ads API support team. > > Yes, the form

Re: Ad Type under video report

2022-01-28 Thread Álvaro Pineda
I'm using php one Thank you El viernes, 28 de enero de 2022 a las 3:42:41 UTC+1, adsapi escribió: > Hi Álvaro, > > Thank you for posting your concern. Allow me to provide support here. > > Please note that the numeric value of the enums will depend on the client > library that you are using. Wi