Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-10-19 Thread Francesco Puntar
Hi Michael, that's still happening for me with v201509, what was the 
outcome, was the bug fixed? which bid are we supposed to use?
Thanks,
Francesco

On Tuesday, 28 July 2015 15:49:33 UTC+1, Michael Cloonan (AdWords API Team) 
wrote:

> Hello,
>
> I've filed a bug with the engineering team, and I will keep this post 
> updated as I find out more information. Thanks for the reports and the 
> detailed information, everyone.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, July 27, 2015 at 9:23:27 AM UTC-4, 
> peter.r...@smarter-ecommerce.com  wrote:
>>
>> 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 examples below). The error is not reproducible. It's not 
>> related to threading problems. We've got a simple single-threaded unit test 
>> that sporadically fails with this error (~1 out of 10-15 runs).
>> Adwords Api version is v201506. Java API version is 2.2.0.
>>
>> Thanks! 
>> Peter
>>
>> 2015-07-27 12:41:07,521 1.1.1.RELEASE  WARN task-scheduler-16 
>> AdWordsServiceClient.soapXmlLogger - SOAP Request:
>> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
>> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance;>
>> 
>> https://adwords.google.com/api/adwords/cm/v201506; 
>> soapenv:mustUnderstand="0">
>> false
>> false
>> 
>> 
>> 
>> 
>> https://adwords.google.com/api/adwords/cm/v201506
>> ">
>> 
>> ADD
>> https://adwords.google.com/api/adwords/cm/v201506; 
>> xsi:type="ns2:BiddableAdGroupCriterion">
>> X
>> 
>> -2
>> SUBDIVISION
>> 
>> 
>> uco
>> 
>> 
>> 
>> 
>> 
>> 80
>> 
>> 
>> 
>> 
>> 
>>
>> 
>>
>> https://adwords.google.com/api/adwords/cm/v201506;>
>> 00051bd8fdb71fa00ac4006bca04b828
>> AdGroupCriterionService
>> mutate
>> 0
>> 248
>> 
>>
>> [*BiddingErrors.INVALID_BID @ 
>> operations[0].operand.biddingStrategyConfiguration.bids; 
>> trigger:'CpcBid{bid=0.80, contentBid=null, cpcBidSource=null}',*
>>  ..
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2af2e12c-7bd0-4d7d-a972-b5f85368321e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Francesco Puntar
{bid=0.01, contentBid=null, 
cpcBidSource=null}/trigger
errorStringBiddingErrors.INVALID_BID/errorString
ApiError.TypeBiddingErrors/ApiError.Type
reasonINVALID_BID/reason
  /errors
  errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=AdGroupCriterionError

fieldPathoperations[1].operand.criterion.parentCriterionId/fieldPath
triggerTempCriterionId{id=1}/trigger

errorStringAdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST/errorString
ApiError.TypeAdGroupCriterionError/ApiError.Type
reasonPRODUCT_PARTITION_DOES_NOT_EXIST/reason
  /errors
  errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=AdGroupCriterionError

fieldPathoperations[2].operand.criterion.parentCriterionId/fieldPath
triggerTempCriterionId{id=1}/trigger

errorStringAdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST/errorString
ApiError.TypeAdGroupCriterionError/ApiError.Type
reasonPRODUCT_PARTITION_DOES_NOT_EXIST/reason
  /errors
/ApiExceptionFault
  /detail
/soap:Fault
  /soap:Body
/soap:Envelope

On Monday, 27 July 2015 19:45:21 UTC+1, Francesco Puntar wrote:

 Hi we are having the same problem here everything was working till Friday 
 evening and today we started getting this, initially it was sporadic and 
 right now we steadily get always that error, no issues with v201502 though 
 that still works yet the migration documentation doesn't mention any 
 changes to this webservices and even the WSDLs compared side by side are 
 not that different. It's disappointing having made the effort to upgrade to 
 the latest version and finding out it was better to stay safe at v201502. I 
 am sure we had this issue at the end of last year so it's not something 
 new. Any news?
 Cheers,
 Francesco

 On Monday, 27 July 2015 14:23:27 UTC+1, peter.r...@smarter-ecommerce.com 
 wrote:

 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 examples below). The error is not reproducible. It's not 
 related to threading problems. We've got a simple single-threaded unit test 
 that sporadically fails with this error (~1 out of 10-15 runs).
 Adwords Api version is v201506. Java API version is 2.2.0.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/32495927-127c-470f-a851-10e1d0b58427%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-27 Thread Francesco Puntar
Hi we are having the same problem here everything was working till Friday 
evening and today we started getting this, initially it was sporadic and 
right now we steadily get always that error, no issues with v201502 though 
that still works yet the migration documentation doesn't mention any 
changes to this webservices and even the WSDLs compared side by side are 
not that different. It's disappointing having made the effort to upgrade to 
the latest version and finding out it was better to stay safe at v201502. I 
am sure we had this issue at the end of last year so it's not something 
new. Any news?
Cheers,
Francesco

On Monday, 27 July 2015 14:23:27 UTC+1, peter.r...@smarter-ecommerce.com 
wrote:

 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 examples below). The error is not reproducible. It's not 
 related to threading problems. We've got a simple single-threaded unit test 
 that sporadically fails with this error (~1 out of 10-15 runs).
 Adwords Api version is v201506. Java API version is 2.2.0.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9d6d17d9-48be-409c-afe3-464b0b3fc89e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Reporting TimeZone

2014-06-17 Thread Francesco Puntar
Hello there could please someone point me in the documentation what is the 
timezone returned by AdWords reports i.e. Ad Performance Report or this 
is not explicitly documented?
 
I did some tests by selecting the field *AccountTimeZoneId* and it looks 
like it always returns the time zone the MMC account used to download the 
report has been set with, also when the timezone of the linked Client Id is 
different:
 
i.e. with an MMC account whose timezone is Sydney:
 
row timeZone='(GMT+10:00) Eastern Time - Melbourne, Sydney' .../

...or using another MMC account that only differs in the timezone being GMT:
 
row timeZone='(GMT+00:00) GMT (no daylight saving) .../
 
 
Thanks.
Francesco

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.