BidModifier field in Criteria Performance Report

2015-06-18 Thread GD
Hi, I'm trying to get mobile modifiers via the CRITERIA_PERFORMANCE_REPORT. However, the result is always empty. Maybe I'm misunderstanding the purpose of the BidModifier field in this report? "SELECT CampaignId, AdGroupId, Id, CpcBid, FirstPageCpc, TopOfPageCpc, QualityScore, BidModifier, Cri

Changed behavior re date fields and zero impressions

2015-07-07 Thread GD
Hi! I think you (accidentally?) changed the behavior regarding Date field in KPR visavi zero impression rows. See below examples: In [34]: report_downloader.DownloadReportAsStreamWithAwql( 'SELECT CampaignId, AdGroupId, Id, *Date* FROM KEYWORDS_PERFORMANCE_REPORT DURING 20150707,20

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
oon as I have >> news. >> >> Best, >> Nadine, AdWords API Team >> >> On Tuesday, July 7, 2015 at 8:43:06 AM UTC-4, GD wrote: >>> >>> Hi! >>> >>> I think you (accidentally?) changed the behavior regarding Date field in >>

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
; If you're using another language, check out our client library examples > <https://developers.google.com/adwords/api/docs/clientlibraries> for > v201506 to see how to set headers when downloading reports. > > Happy coding, > Nadine, AdWords API Team > > On Wedn

Re: Changed behavior re date fields and zero impressions

2015-07-08 Thread GD
; If you're using another language, check out our client library examples > <https://developers.google.com/adwords/api/docs/clientlibraries> for > v201506 to see how to set headers when downloading reports. > > Happy coding, > Nadine, AdWords API Team > > On Wedn

Re: KEYWORDS_PERFORMANCE_REPORT not returning adgroup level negative keywords

2015-07-14 Thread GD
Should this be considered normal (undocumented) behavior, or is it a bug that will be fixed? On Tuesday, July 14, 2015 at 9:53:43 AM UTC+2, t.k...@social-mining.com wrote: > > Works like a charm, thanks. > > On Monday, July 13, 2015 at 9:47:33 PM UTC+2, Anthony Madrigal wrote: >> >> HI, >> >> My

BatchJobService gives unexplained INTERNAL_API_ERROR

2015-11-16 Thread GD
When we try to create a job (see attached XML), we get "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]". If we change the operation to ADD instead of SET, it seems to work fine. http://schemas.xmlsoap.org/soap

Re: BatchJobService gives unexplained INTERNAL_API_ERROR

2015-11-23 Thread GD
ou'll see that we only > need to call ADD once in order to create the batch job. From there, we just > keep adding operations to that batch job. > > Best, > Nadine, AdWords API Team > > On Monday, November 16, 2015 at 6:15:47 AM UTC-5, GD wrote: >> >> When we tr

Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-21 Thread GD
We also have this problem. Answers are in the form below, which is not very helpful as to why it failed. Started seeing this recently. (BatchJob){ id = 1147040 status = "CANCELED" progressStats = (ProgressStats){ numOperationsExecuted = 5000 numOperationsSucceed

Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-03-22 Thread GD
Hi Anash! I dont know if this is still the same error, but we are getting a lot (sometimes up to 75%) of jobs CANCELED. The responses look like below (the IDs are from the API). Is there something wrong with our submissions (even though they seem to fail or succeed randomly), or is there a work

Re: we changed that Other conversions do not appear in conversions and afterwards it not appear in report at all

2016-10-10 Thread GD
Hi! You need to use the AllConversions / AllConversionValue fields, this is documented somewhere, but not very prominently :) On Monday, October 10, 2016 at 1:38:30 PM UTC+2, ZoreMio wrote: > > > Hello, > > Can you help me please ? > > > I changed that "other conversions" do not appear in "conv

Small request about report definition

2016-10-21 Thread GD
Hi! Could you add "'Mobile app extension" to the list of predicates for the ClickType field? I see this value returned in Ad Performance Report, but it is not in the latest definition. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

Find out whether OAuth2 user is read-only

2017-05-16 Thread GD
Hi, I wonder whether there is any way to find out if an OAuth user has read-only access to the API. Currently, the only way we can detect this is when we get OperationAccessDenied.ACTION_NOT_PERMITTED errors, but it would be nice to be able to check this in advance. -- -- =~=~=~=~=~=~=~=~=~=

Re: Find out whether OAuth2 user is read-only

2017-05-17 Thread GD
. > If you do so, the request will never be executed, but you do get feedback > whether the call could be executed - and if it can't be executed you get > the errors. > > > > On Tuesday, May 16, 2017 at 4:29:15 PM UTC+2, GD wrote: >> >> Hi, >> >

Re: Conversion tracker segmented parental status and ad schedule reports

2017-08-03 Thread GD
Hi! Is there any special reason why ConversionTrackerId was omitted? Since segmentation by ConversionTypeName is possible, I presume it is just a matter of adding ConversionTrackerId, as in all other reports (since this means no extra functionality)? On Monday, March 20, 2017 at 9:29:03 AM UT