Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-10-24 Thread peter . rietzler
Hi It would help us if you fix the data type in the report reference as well as in the report reference CSV files to download. We use this information to generate some stuff and have to change the datatype each time we update our Adwords API versions. Thanks! Peter Am Dienstag, 20. Mai 20

Placeholder Feed Item Report: Problems with Zero Impression Rows

2014-11-11 Thread peter . rietzler
When I post the AWQL query SELECT FeedId, FeedItemId, Status, ValidationDetails FROM PLACEHOLDER_FEED_ITEM I get back a the following error HTTP Response Code: 400, Type: QueryError.DATE_COLUMN_REQUIRES_DURING_CLAUSE In contrast, when using a ReportDefinition with includeZeroImpressions set to

Feed Item Mapping Validation Information via API ?

2014-11-11 Thread peter . rietzler
I am wondering how I can get validation information for feed items via the API. I am currently using the FeedItemService. Here is what I experience at the moment when using the selector "ValidationDetails": If an item awaits approval, then the validationDetails property is not set at all. If

Re: AuthenicationError.NOT_ADS_USER - but only for single report type.

2015-03-09 Thread peter . rietzler
We experience the same problems since a few days. It is unpredictable if the error occurs or not. The same request sometimes fails (with the NOT_ADS_USER error) and sometimes succeeds. Test requests were issued right after each other (first succeeded, second failed, third succeeded, ...) Am Sam

Quality Score History

2011-10-14 Thread Peter Rietzler
I want to see a history of the quality score for a single keyword. When I fetch a keyword performance report for the last 30 days, the quality score is the same for each keyword for every day. Is the quality score recorded and delivered on a daily basis or do I just see the current value - in wh

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-26 Thread peter . rietzler
We've got the same problem! And it happens for other reports too (e.g. SHOPPING_PERFORMANCE_REPORT). Looks like GEO_PERFORMANCE_REPORT is always affected and other are affected in an unpredictable manner - they sometimes succeed and sometimes fail ... Am Freitag, 24. April 2015 19:52:34 UTC+2 s

Error: "Processing instructions are not allowed within SOAP messages"

2015-06-28 Thread peter . rietzler
We hit this issue occasionally, it's, however, getting worse now: 48 occurrences within the last 7 days. It seems that it cannot be boiled down to a single service. I've added two example stacktraces. Caused by: org.xml.sax.SAXException: Processing instructions are not allowed within SOAP mess

Re: Error: "Processing instructions are not allowed within SOAP messages"

2015-07-02 Thread peter . rietzler
Hi Josh We do follow the threading guidelines. I've just checked that we had 44 occurrences of this error within the last 7 days. The error is not account specific. If the error occurs, then a retry typically succeeds (there is some time between retries on our side - usually up to 20 minutes).

BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-27 Thread peter . rietzler
Hi We experience sporadically occurring BiddingErrors.INVALID_BID errors when we send product partitions. First sight: 2015-07-25T02:31:05.650+02:00 Seen 23 times since then. Seen across multiple accounts. It looks like, that *sometimes* the API does not accept a bid for partitions (see exampl

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-29 Thread peter . rietzler
Here is some more information for all of you reading this thread -) Adwords does not accept bids for subdivisions anymore (see above). At least for us, the sporadical nature of this is gone since today - requests are now always rejected. -) When you send no bid, then Google applies a default bi

Re: Error during product partition creation

2015-10-30 Thread peter . rietzler
It looks like that we have the same problem. We create a brand new AdGroup, then send the following request: https://adwords.google.com/api/adwords/cm/v201506";> ADD https://adwords.google.com/api/adwords/cm/v201506"; xsi:type="ns2:BiddableAdG

Re: Error during product partition creation

2015-11-01 Thread peter . rietzler
Hi Josh Could the usage of not using distinct temporary IDs cause this problem ? As stated above, 99% of my requests succeed (and we've actually sent millions of them until now). The tree is correct for our purposes. It will be changed by other requests later on. The problem doesn't seem to b

Re: Error during product partition creation

2015-11-03 Thread peter . rietzler
i Josh Our app definitely mutates trees in parallel - but it never mutates trees in parallel belonging to the same campaigns. The requests that I sent before were reproduced in a single-threaded sandbox. The requests you mention are requests that our app tries to send once a day exactly be

Re: Error during product partition creation

2015-11-03 Thread peter . rietzler
Hi Josh These are really wild assumptions, but for me it looks like that I can see the same problem with other requests regarding shopping ad group criterions too. I've got another case that looks pretty similar to me (though I cannot prove this since I do not have SOAP logs for this). But f

Re: Error during product partition creation

2015-11-10 Thread peter . rietzler
Hi No, I can't see any logs in our system despite the fact that the request has failed - but those logs were logged a few minutes later because further request were logged aggregated by our application. The first example (PRODUCT_PARTITION_ALREADY_EXISTS from 30.10.2015) that I've posted to

Re: Error during product partition creation

2015-11-17 Thread peter . rietzler
Hi Josh Any updates on this ? Thanks! Peter Am Mittwoch, 11. November 2015 20:55:04 UTC+1 schrieb Josh Radcliff (AdWords API Team): > > Hi Peter, > > Using that request ID, I found some information on our side that indicates > that there may have been an unexpected duplication of this request.

Re: Error during product partition creation

2015-12-09 Thread peter . rietzler
Sorry for bothering again - still no updates on this ? Thanks! Peter Am Mittwoch, 18. November 2015 16:11:08 UTC+1 schrieb Josh Radcliff (AdWords API Team): > > Hi Peter, > > No updates yet, but the engineers are looking into it. I'll get back to > you as soon as I hear anything. > > Cheers,

Re: Policy violations - v201710 vs 201706

2018-09-06 Thread peter . rietzler
Hi Josh, Hi Anash Can I find an overview of all policyTopicIds ? Are all policy topics listed here and do the return values of the API correspond with this documentation ? https://support.google.com/adspolicy/topic/1626336?hl=en&ref_topic=2996750,1308156, Thanks! Peter On Tuesday, 3 July 20

Re: Policy violations - v201710 vs 201706

2018-09-06 Thread peter . rietzler
Hi Anash Regarding point 2. I am trying hard to force some PolicyFindingErrors now even in non test accounts. Our tests forced PolicyViolationErrors beforehands by e.g. creating expanded text ads containing terms like "heroin" or "rifles" (done in a test account), but when I try to run the sa

Re: Impression values lower than zero

2017-03-30 Thread peter . rietzler
It's not just the impressions, we also see negative values in ConversionValue and Conversions, as well as Cost On Thursday, 30 March 2017 15:40:27 UTC+2, sebasti...@kjobo.com wrote: > > Hello everyone, > > today, i have some rows in my SHOPPING_PERFORMANCE_REPORT with impression > values of "-1"

Re: Keyword Criterion IDs question

2018-01-30 Thread peter . rietzler
Is it guaranteed that the criteria id will be the same within the same account ? We need to get aggregated performance data for a keyword (identified by a criterion id only) even if it has been "moved" to another ad group. Let's consider this example Campaign 1 Group 1 *Criterion 1*