Empty report data from Google AdWords Api

2020-10-19 Thread Vadim Nemchenko
Hi, Recently, I have faced the issue with downloading report data from API We have a script from Google Ads Team running in Bulk Actions. It gets data from GEO_PERFORMANCE_REPORT using such a query SELECT AccountDescriptiveName,AccountTimeZone,AdGroupId,AdGroupName,AdNetworkType1,AdNetworkType

RE: Daily rate limits

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Dmitriy, No worries, you can ask any API related concerns from our team, and we'll be happy to assist you. Moving forward, all examples you provided should count as 1 operation. I would recommend that you also refer to this guide for more information on the API's limits and quotas. Best re

RE: How to search campaign level data from feed_item

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. To investigate the issue, could you provide the complete Google Ads Query Language statement that you've used upon retrieving the empty reports together with customer ID? You can provide the requested details via Reply privately to author option. Regards,

Google Ads Batch Jobs CANCELED with INTERNAL_ERROR

2020-10-19 Thread Vitali Sotsikau
Hi all! Recently we've faced with a problem when our batch jobs get canceled with INTERNAL_ERROR. Part of operations may be successfully executed, part may fail due some understandable reasons and part just gets lost, we get no information for them in response at all. We follow all recommenda

First API call to Adwords API - Response 'NO_CUSTOMER_FOUND'

2020-10-19 Thread Shivakrishna Ambaragonda
Hi, While I'm requesting first call to the Awords Test API I'm getting the below response. Can I get any help on this. *AdWordsApiException: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. * *No customer found.. (Error: AuthorizationError.NO_CUSTOMER_FOUND, Fie

get metrics.cost by campaign and account

2020-10-19 Thread 'Nir Krumer' via AdWords API and Google Ads API Forum
Hey, I have created the connection to google ads. Now, I have a list of client_customers (AKA the account in my ad account). How do I get the information regarding the campaigns of these accounts. In other words, I have all the parents- now I want to get the info of the children (campaigns) I try

Re: How to search campaign level data from feed_item

2020-10-19 Thread Xueyao Yang
Thank you for your reply, The request is new SearchGoogleAdsRequest { PageSize = 10, CustomerId = 6360593950, Query = @"SELECT campaign.resource_name, feed_item.policy_in

Re: How to search campaign level data from feed_item

2020-10-19 Thread Xueyao Yang
And use C# code: var client = new GoogleAdsClient(); client.Config.LoginCustomerId = 1148637041; GoogleAdsServiceClient googleAdsService = client.GetService(Services.V4.GoogleAdsService).Search(request); 在2020年10月19日星期一 UTC-7 上午2:49:57 写道: > Thank you for your reply, > The request is >

Re: Daily rate limits

2020-10-19 Thread Dmitriy P.
Thank you Peter! I'm already read this guide , but don't understand: The '*get_service*', '*get_campaign*', '*get_type*' is the same *GET* query with daily limit 1000 For Enums '*get_type*' daily limit is same - 1000? On

Re: Googleadwords API permission error

2020-10-19 Thread Nancy Turner
Hello I have create account as per you previous mail link and account created successfully. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/AccountManagement/CreateAccount.php https://prnt.sc/v26jku Then I have added this customer ID(8511270984) in adsapi_php.

Re: Googleadwords API permission error

2020-10-19 Thread Nancy Turner
Hello, I have created account as per your previous mail link and account created successfully. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/AccountManagement/CreateAccount.php https://prnt.sc/v26jku Then I have added this customer ID(8511270984) in adsapi_

Scope for pulling data from google ads API

2020-10-19 Thread Rohit Sharma
Hi Team, I am pretty new to google ads API. Problem Statement - I want to pull in campaign data from my google ads account using python google ads API. I am using a codebase from github https://github.com/googleads/google-ads-python/blob/master/examples/campaign_management/get_campaigns_by_la

Re: How to search campaign level data from feed_item

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hello, As an alternative, you can include other campaign related fields such as campaign.name or campaign.id and filter on those fields rather than campaign.resource_name. If you still face issues, please let me know. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U11

Is Adwords API deprecating at any time?

2020-10-19 Thread fe...@dashbo.io
Hi, we are still using adwords api v201908. Is this version deprecating? should we migrate to Google Ads Api? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RE: Empty report data from Google AdWords Api

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Vadim, Thank you for reaching out. Could you please share the complete request and response logs along with the client customer id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q26AH2p:ref --

RE: First API call to Adwords API - Response 'NO_CUSTOMER_FOUND'

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Shiva, Thank you for reaching out. Could you please share the complete request and response logs along with the client customer id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q26AHrO:ref --

Re: Empty report data from Google AdWords Api

2020-10-19 Thread Vadim Nemchenko
hm, seems i don't have permission to do that it is grayed out (i have mailto configured) On Monday, October 19, 2020 at 6:50:16 PM UTC+3 adsapiforumadvisor wrote: > Hi Vadim, > > Thank you for reaching out. Could you please share the complete request > and response logs along with the client cus

RE: get metrics.cost by campaign and account

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Nir, Thank you for reaching out. Please follow this guide to build SQL query in Adwords API. You could query the Campaign Performance Report to fetch campaign data. Please refer to these code examples on how to run reports in the Adwords API. Thanks and regards, Xiaoming, Google Ads API Tea

Re: Audience Sources : Google Ads Tag : Parameter Key and Values via API

2020-10-19 Thread Pete Lavetsky (AdWords API Guru)
Hi Peter, Just wanted to confirm a few things: https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/SetupAdvancedRemarketing.java At line 114 of that example code it reference a string value of "ecomm_pagetype"

Re: Daily rate limits

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Dmitriy, Thanks for reaching out. Please see below for my response to each example you provided: search_response = google_ads_service.search(customer_id, query=query, page_size=500) - This is a search request, which is not as expensive as the get request. It is not counting towards the get

Re: How do I get the campaign conversion details?

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for your patience on this. Using the campaign resource, you can segment by conversion action. You can then get the total conversion values with the all conversions metric. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q269RkE:ref -- -- =~=~

Re: Daily rate limits

2020-10-19 Thread Dmitriy P.
Thank you!) On Monday, 19 October 2020 at 22:33:43 UTC+3 adsapiforumadvisor wrote: > Hi Dmitriy, > > Thanks for reaching out. Please see below for my response to each example > you provided: > > search_response = google_ads_service.search(customer_id, query=query, > page_size=500) > > - This is

Re: Googleadwords API permission error

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Nancy, Thanks for reaching out. I’m able to see the campaigns you created in the account 8511270984. To be able to see the test client accounts under the test manager account, you would need to click on the down arrow next to the test manager account number and then on the drop-down list cli

RE: Scope for pulling data from google ads API

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Rohit, Thanks for reaching out. When you make API calls to the Google Ads API, you are supposed to authenticate yourself with a set of credentials. Please follow this guide to generate the OAuth2 credentials and configure them in the yaml file to successfully make the API calls. Thanks and

How to detect - Ad REMOVED

2020-10-19 Thread Dmitriy P.
Hi! How I can detect when Ad is *REMOVED* for update status on our side db? I'm try *SELECT WHERE* change_status.resource_status = '*REMOVED*' but not success. Maybe any another way to detect when Ad was removed? Thank you in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Campaign ProductScope: ProductTypeInfo is Empty

2020-10-19 Thread Kevin
The data I'm getting back from the CampaignCriterion | Google Ads API | Google Developers service for ProductTypeInfo | Google Ads API | Google Developers

Re: Audience Sources : Google Ads Tag : Parameter Key and Values via API

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thanks for the reply. I work with Peter and let me provide support to your concern. I am afraid that it is currently not possible to get the Google Ads Tag parameter key and values that you've shown on the screenshot to supply it on line of code that you mentioned. With this, let me r

RE: How to detect - Ad REMOVED

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. I am afraid that it is not possible for the Google Ads API to detect the changes in the status of ads in your database. You will need to reach out to the support of the database that you are using to know if this is possible on their product. However, if y

Re: Empty report data from Google AdWords Api

2020-10-19 Thread Google Ads API Forum Advisor Prod
Hi Vadim, I work with Xiaoming and allow me to assist you for now. Since you are unable to reply privately, could you send all the information from this thread including the requested customer ID to our googleadsapi-supp...@google.com alias instead? Best regards, Peter Laurence Napa Oliquino

Re: How to search campaign level data from feed_item

2020-10-19 Thread Xueyao Yang
Hi, I add campaign.name or campaign.id in selected fields , but get null response. It seems that query included any campaign/ad_group/ad_group_ad related fields will return null response . But use the query "SELECT feed_item.policy_infos, feed_item.resource_name, feed_item.status FROM feed_it

Batch job returns more results than operations sent

2020-10-19 Thread wes...@channable.com
Hi Ads team, We currently are seeing a problem with some of the batch jobs we are trying to process. Right now, we are still using the Google Adwords API (v201809) for this, but we don't think the API matters in this case. The problem we are having is that we create a batch job and then upload