UploadOfflineConversions api data upload

2017-05-17 Thread Balamurugan A
Hi Adwords Team, I'm uploading offline conversion data to Adwords account and I implemented by referring https://developers.google.com/adwords/api/docs/guides/conversion-tracking I have following questions to be clarified. 1. What happen If I upload same gClid data twice? Assuming all

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-17 Thread Josh Averbeck
Hi Minas, Did you ever find a solution to this? I'm having the same issue. On Monday, January 9, 2017 at 2:25:05 PM UTC-6, Minas Gratas wrote: > > To make successful API calls, the login used to create the client >> credentials must match the login with which you generate the OAuth tokens. >>

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As mentioned earlier, it is highly recommended to use the available client libraries to have easier integration with the AdWords API. However, you may refer to this guide to help you in building the report

can we get api for column description?

2017-05-17 Thread 오학섭
can we get api for column description? By columns description, i mean pop up texts when I mouse over question mark beside the column. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Unexpected ApiError.fieldPathElements result (Perl v201702)

2017-05-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Phil, Thanks for confirming. Glad to hear things are behaving as expected now. Cheers, Josh, AdWords API Team On Wednesday, May 17, 2017 at 1:47:17 PM UTC-4, Phillip Pegelow wrote: > > Josh, > > The tests that were previously failing are now passing and the > fieldpathelements of the error

Re: Repeated authorization code

2017-05-17 Thread Warren Zhang
Meant to say it doesn't look like we call FetchAccessAndRefreshTokens *multiple times* there either. On Wednesday, May 17, 2017 at 10:13:58 AM UTC-7, Warren Zhang wrote: > > Hi Anash, > > We're distinguishing between Request.Params["state"] == null and > Request.Params["state"] equals

Re: Openweather API Script error

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Looks like your question is about AdWords scripts. Could you please post the question on their forum so that the experts there can assist you? Thanks, Sreelakshmi, AdWords API Team -- --

Re: Ad Performance Report : report null when date is added

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you retry this report request by setting the includeZeroImpressions header to true? The ClickType

Re: Connection between ad id and placement id

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexey, You need to include the CriterionId and CriterionType fields in the request to Ad Performance Report to get the criteria that triggered the ad. You can then use the Placement Performance

Re: Unexpected ApiError.fieldPathElements result (Perl v201702)

2017-05-17 Thread Phillip Pegelow
Josh, The tests that were previously failing are now passing and the fieldpathelements of the error objects are as we would expect. Thank you very much for your help, Phil On Tuesday, May 16, 2017 at 7:54:02 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Christian, > > The fix for

Ad Performance Report : report null when date is added

2017-05-17 Thread MPM
Hello, I'm try to download the AD_PERFORMANCE _GROUP. v201607 When I define the report: report_definition = { 'reportName': 'AD_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_7_DAYS', #''LAST_7_DAYS', 'reportType': 'AD_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector':

Re: Repeated authorization code

2017-05-17 Thread Warren Zhang
Hi Anash, We're distinguishing between Request.Params["state"] == null and Request.Params["state"] equals something else, but not checking for whether or not that something else == callback. Could this be cause the issue? We've moved where we call FetchAccessAndRefreshTokens from our UI code

Re: I send 15 ETA in request, receive in response only 14 without any errors

2017-05-17 Thread Ершов Александр
Hello, Peter! Sent it to you Thanks! On Wednesday, May 17, 2017 at 8:18:22 AM UTC+3, Peter Oliquino wrote: > > Hi Alexander, > > Could you send to me your clientCustomerId and the batchjob ID when you > encountered this error so I can further investigate? Please reply using > *Reply >

Re: Java - cannot retrieve Youtube campaigns

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Philippe, Video campaigns are only supported in AdWords API reports at the moment. You'll not be able to use CampaignService to retrieve these campaigns. You need to download a Campaign Performance Report

Re: Repeated authorization code

2017-05-17 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Warren, The relevant code to capture OAuth callback and exchange it with an access token / refresh token looks like this: https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/OAuth/OAuthLogin.aspx.cs#L50. I assume you are (1) using the state parameter to

Openweather API Script error

2017-05-17 Thread Quint Van Der Meer
Hey everybody, I am trying to implement weather based campaign management (https://developers.google.com/adwords/scripts/docs/solutions/weather-based-campaign-management) in my ads. I am using the Open Weather API to do this. I got the Key due to registrating an account on

Connection between ad id and placement id

2017-05-17 Thread Алексей Лифшиц
Hello! We want to receive a report with statistics for ad with breakdown by placement. We found only separate reports for ad https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report and placement

Re: URL_PERFORMANCE_REPORT Clicks and quartiles are at 0 for youtube trueview diffusion

2017-05-17 Thread Tecdyn
I sent you the data in private message Le mercredi 17 mai 2017 17:09:41 UTC+2, Shwetha Vastrad (AdWords API Team) a écrit : > > Hi, > > Could you provide the report definition used along with your > clientCustomerId? Have you tried using the Placement Performance Report >

Re: Quality Score History

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Guillaume, Thanks for your feedback. Unfortunately, I cannot comment on the timeline for the historic quality score to be available via the API. Please follow our blog for updates and announcements. Thanks, Sreelakshmi,

Re: URL_PERFORMANCE_REPORT Clicks and quartiles are at 0 for youtube trueview diffusion

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the report definition used along with your clientCustomerId? Have you tried using the Placement Performance Report to get the stats associated with your placements? Please use

Re: Video campaigns: how to distinguish In Stream results from Video Discovery results?

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Thanks for explaining your use case. At the moment, getting the campaign data segmented as per the 'view type' is not possible via the API. I will pass on your request to the team for adding the "View type" segment to the Campaign Performance Report. Unfortunately, I cannot comment on

Re: Quality Score History

2017-05-17 Thread Guillaume Rouviere
Hi, Is this going to be a implemented in the two said reports on the next version of the API ? Because it's quite an important change and we'd like to use the API to get theses datas. Thanks, Guillaume Le mardi 16 mai 2017 19:28:13 UTC+2, Sreelakshmi Sasidharan (AdWords API Team) a écrit :

URL_PERFORMANCE_REPORT Clicks and quartiles are at 0 for youtube trueview diffusion

2017-05-17 Thread Tecdyn
Hi, I use URL_PERFORMANCE_REPORT to get the list of youtube video where ly ad was shown. But the clicks and quartiles are always at 0. Why ? How can I get the stats for all my youtube trueview diffusion ? Thx ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Java - cannot retrieve Youtube campaigns

2017-05-17 Thread philippe . delvaux
Hello everybody, We are trying to pause/enable our AdWords campaigns with regards to the weather conditions. In order to achieve that we retrieve our campaigns using the SelectorBuilder: // Create selector. SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder

URL_PERFORMANCE_REPORT : Unable to get clicks and quartiles for youtube diffusion

2017-05-17 Thread Tecdyn
Hi all, When I download a URL_PERFORMANCE_REPORT via the API for youtube trueview diffusion I'm unable to get clicks and quartiles, they are set as 0. Why ? How can I get them ? Thx ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread Subbu Rayal
Hi Ivan, Thanks for responding.I am looking direct urls with the credentials by passing to those instead of creating WSDL or xml formats and calling can i have few more clarification to connect Adwords API to google adwordsApi... Note:i am not sure what should i put the extension of the

Re: Find out whether OAuth2 user is read-only

2017-05-17 Thread GD
Thanks, this is a great idea. On Wednesday, May 17, 2017 at 2:51:14 PM UTC+2, Zweitze wrote: > > Most likely you can find out by making a sample call with request header > validateOnly > > set to true. > If you do so, the

Re: Video campaigns: how to distinguish In Stream results from Video Discovery results?

2017-05-17 Thread Zweitze
My use case is the following (also read the first message of this topic again): Given a campaign having (say) 1000 impressions on a certain day, I need to know how many of those impressions went to In-stream, and how many went to Video discovery. So I need the View type segmentation here. I

Re: Find out whether OAuth2 user is read-only

2017-05-17 Thread Zweitze
Most likely you can find out by making a sample call with request header validateOnly set to true. If you do so, the request will never be executed, but you do get feedback whether the call could be executed - and if it

Re: Unexpected ApiError.fieldPathElements result (Perl v201702)

2017-05-17 Thread Christian
Hi Josh, thanks for the fix. The index numbers in fieldPath and fieldPathElements now look correct. The other issue ("ad group and criterion ID mentioned in *trigger* do not match the IDs of the original operations in the batch job at that index") still exists. But let me first check if this

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Oleg, To help us investigate further, could you reply privately (using *reply privately to author* option) with the report definition used as well as the actual generated report for Geo Performance

Re: BatchJobService for uploading offline conversion data

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Bala, As per the list of supported operations for BatchJobService, uploading offline conversion data is not included so you may have to do the asynchronous logic on your end. However, looking at the

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Subramanyam, We highly recommend using the available client libraries for easier integration. You may refer to these sample codes for downloading any

GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-05-17 Thread oleg
When downloading GEO_PERFORMANCE_REPORT on a campaign that targets Netherlands, I have noticed that CityCriteriaId returns entities that aren't cities, for instance, Government of Amsterdam, North Holland, Netherlands and many others. I was expecting this column to only hold cities. What

How to call adwords api for pulling the googleadwords report

2017-05-17 Thread Subbu Rayal
Hi Team... I am trying to pull the ad performance report from googleAdwords by using Adwords apibut i am trying to pass the url to the postman(one of the third party tool) to validate the url.it was showing that the url is not validate ...can i have some urls to get the adperformance

BatchJobService for uploading offline conversion data

2017-05-17 Thread Balamurugan A
Hi Adwords Team: Background: I want to upload offline conversion to Adwords account and I followed the below link for implementing the same. https://developers.google.com/adwords/api/docs/guides/conversion-tracking I'm getting below RateExceededError on uploading the conversions faultString:

Re: Is there a date/time indicator when an advertiser changes ad management?

2017-05-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi Devi, You may refer to the lastChangeTimestamp field of the CustomerSyncService