No campaigns returned for production account

2020-02-19 Thread Daniel Garstin
Good morning. I am having trouble returning campaigns for a production customer account. I am able to successfully return campaigns for a test account. My developer token has been approved for basic access (testing and production). The production account id has campaigns that are currently enab

"By conv. time" columns in CAMPAIGN_PERFORMANCE_REPORT

2020-02-19 Thread Peter Valenta
Hi, is it possible to access or emulate the columns named "By conv. time" which are available in the UI? https://support.google.com/google-ads/answer/6270625 I would prefer to be able to get to them from the CAMPAIGN_PERFORMANCE_REPORT. Thanks, Peter -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: We can't get ad group ad assets data.

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Liam, I'm glad you were able to solve that issue. What client customer ID are you using to make the call? Make sure you are using a client account and not a manager account but make sure you have specified the manager account ID as the login-customer-id. If you don't believe this is the issu

Queries without FROM clause

2020-02-19 Thread Aliaksandr Sheliutsin
Hello I need to download the next data from Google Ads API: Information about clicks (metrics.clicks, metrics.cost_micros) with ad_group information (ad_group.campaign and ad_group.id), segmented by segments.device, segments.hour, segments.date and country. I tried to find a table wich fulfill

Re: Universal App Campaign can not create ad images and html5

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Carlos, I wanted to reach out to let you know that a fix has been implemented. Would you please confirm that the issue is resolved on your end? All the best, Devin The Google Ads API Team ref:_00D1U1174p._5001UOF7NS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Creation of Display Ads through AdWords API

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Filip, Thanks for reaching out. There is a migration from Display Ad to Responsive Display Ad. You would need to use MultiAssetResponsiveDisplayAd type to create the Display Ad. Please refer to this blog post for more information on the deprecation of the ResponsiveDisplayAd type. Please let

RE: Is there an API for Google Local service ads?

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Sekhar, Thanks for reaching out. The local service ads are not supported via the API so it is not possible to get the local ads lead data via API. A feature request was already submitted to support this type of ads in the Adwords API. Please keep an eye on our developer blog to monitor the u

Re: DatabaseError.CONCURRENT_MODIFICATION error

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hello Qian, As a suggestion to avoid such errors in a multi threaded environment, I would like to share some best practices from this handy guide. One recommendation in that guide includes : "When you retry requests, use an exponential backoff policy. For example, if you first pause 5 seconds b

Re: Multiple rows for same AdGroupId, Id in Age Performance Report

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Talha, Thank you for the information and clarification. In your example, the reason Case 2 provides you with two rows for the same AdGroupId and Id combination is because the field IsNegative has two types, “True” and “False”. In this case, your click value of 35 is being bifurcated into the

RE: No campaigns returned for production account

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for reaching out to us. I see you’re having issues with returning campaigns for a production customer account. Could I ask you to please check if you’re running the report query against a Manager Account? If so, the report will not return your campaigns because you cannot r

RE: Queries without FROM clause

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Aliaksandr, Thank you for reaching out to us. I see two questions that need to be addressed. 1. Is there any other data except metadata I can retrieve without specifying the FROM clause in a query? In ad_group reports, there are listed “Attributed resources” that work together with ad_group.

RE: "By conv. time" columns in CAMPAIGN_PERFORMANCE_REPORT

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for reaching out. Currently the metrics Conversion Time is not supported in the Adwords API or the Google Ads API. I have submitted a feature request to include this feature in the Adwords API. We don’t have the exact timeline for the release of this new feature. Please keep

Refresh token occasionally got invalidated

2020-02-19 Thread Gavin
Hello, We have been using refresh token to access ads entities. However, we recently notice that there are several times when the refresh token got invalidated. Below are two types of message that we got when we try to call AdsOAuthProvider::RefreshAccessToken(). Based on the fact that we have

RE: Dynamic Ad Targets - Webpage URL

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. In order to get this value, you have to retrieve the WebpageParameter from the AdGroupCriterionService. Please see here for how to add that field to your selector. I accomplished this in my own test account by following this example but replacing it with the AdG

RE: Can placement exclusions lists created on MCC be used through the API?

2020-02-19 Thread Google Ads API Forum Advisor Prod
Hello Mark, Thank you for reaching out. With regards to your concern, it is possible to retrieve the placement exclusion list on top manager account shared with the client accounts using the SharedSetService. However, the negative placement shared sets for manager accounts are not supported in

Is recommendable use the new 'Google Ads API' instead previous 'AdsWords API'?

2020-02-19 Thread Ariel Santana
Hi, I use actually the *AdWords API* (Java SDK) [ https://developers.google.com/adwords/api/docs/guides/start] on a project for obtain campaign and keywords information. Now I need create/remove *negative keywords*, but all information that I read, suggest using the new *Google Ads API *[ https

Re: Creation of Display Ads through AdWords API

2020-02-19 Thread Filip Kučanda
Thanks for your reply, I am asking you about creation of what Google Ads UI calls Display Ad, not Responsive Display Ad. I provided screenshots from Google Ads UI below. I don't understand what Google AdWords Api type are this ads corresponding to. [image: display-ad-select.png] [image: displ

ACCOUNT_PERFORMANCE_REPORT - return '400 Bad Request'

2020-02-19 Thread list...@e-n-a.jp
I'm trying to get Account Performance Report with AdWords API, But I got '400 Bad Request' error . When I tried a couple days ago, it worked. Here's my code : $selector = new Selector(); $selector->setFields( [ 'AccountDescriptiveName', 'Date', 'ExternalCustomerId',

Re: Multiple rows for same AdGroupId, Id in Age Performance Report

2020-02-19 Thread Talha Khan
Hi, But in the documentation it's clearly written, if I don't put segment fields in the request, *the statistics are aggregated at the ad level, one row per ad.* And IsNegative is not a segment attribute according to the documentation. https://developers.google.com/adwords/api/docs/appendix/repo

How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-19 Thread monsterindiasocialjobs test
Hi Team, Will you please let me know how can I update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad using api. I am using the below example for creating the MultiAssetResponsiveDisplayAd: https://developers.google.com/adwords/api/docs/guides/multi-asset-responsiv