Simone,

The rate limit may be a separate issue.  Please send me a full 
request/response log in private (using the reply to author feature).

Thanks!

Ray,

On Saturday, May 10, 2014 1:19:23 PM UTC-4, Simone Frattegiani wrote:
>
> They seem to be working, although i couldn't upload yesterday and today's 
> conversions because of a [RateExceededError <rateName=BillingPerDay, 
> rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400>]
>
>
> Il giorno sabato 10 maggio 2014 18:27:18 UTC+2, Meelap Shah ha scritto:
>>
>> Things are working again now - thanks!
>>
>> On Saturday, May 10, 2014 7:58:58 AM UTC-7, Ray Tsang (AdWords API Team) 
>> wrote:
>>>
>>> Hi all,
>>>
>>> Please retry the failed uploads.
>>>
>>> Cheers!
>>>
>>> Ray
>>>
>>> On Saturday, May 10, 2014 5:01:37 AM UTC-4, Simone Frattegiani wrote:
>>>>
>>>> BTW, tonight's cronjob was pretty succesful.
>>>>
>>>> Il giorno venerdì 9 maggio 2014 23:03:03 UTC+2, Simone Frattegiani ha 
>>>> scritto:
>>>>>
>>>>> it started with just some errors, then it got worse. 
>>>>> On my last upload (7th May), 100% of the conversions were rejected.
>>>>>
>>>>> Il giorno venerdì 9 maggio 2014 21:26:00 UTC+2, Meelap Shah ha scritto:
>>>>>>
>>>>>> I'm seeing the same behavior as Sung.
>>>>>>
>>>>>> On Friday, May 9, 2014 12:22:34 PM UTC-7, [email protected] wrote:
>>>>>>>
>>>>>>> Hello Ray,
>>>>>>>
>>>>>>> I seen this issue being transient issue which started around May 1, 
>>>>>>> and retries would fix this issue.
>>>>>>> However starting from May 5, retries would not fix the issue anymore.
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> On Friday, May 9, 2014 12:08:48 PM UTC-7, Ray Tsang (AdWords API 
>>>>>>> Team) wrote:
>>>>>>>>
>>>>>>>> Hi guys - I'm looking into the issues.
>>>>>>>>
>>>>>>>> Question for all - are you all getting 100% failures, or with 
>>>>>>>> percentage of failures like Sung?
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> On Friday, May 9, 2014 3:55:13 AM UTC-4, Simone Frattegiani wrote:
>>>>>>>>>
>>>>>>>>> I'm having the same problem too!
>>>>>>>>> My code has been working for months, and a few days ago i started 
>>>>>>>>> getting "Invalid conversion type" errors on all my offline 
>>>>>>>>> conversions.
>>>>>>>>> Uploading through CSV gives the very same error.
>>>>>>>>>
>>>>>>>>> I have defined my conversion type at the MCC level.
>>>>>>>>>
>>>>>>>>> Il giorno martedì 6 maggio 2014 03:49:11 UTC+2, Meelap Shah ha 
>>>>>>>>> scritto:
>>>>>>>>>>
>>>>>>>>>> I have been uploading offline conversions successfully for a few 
>>>>>>>>>> months, but it
>>>>>>>>>> has stopped working within the past week (I am using the same 
>>>>>>>>>> code). I now see
>>>>>>>>>> INVALID_CONVERSION_TYPE errors which means that there is no 
>>>>>>>>>> conversion with the
>>>>>>>>>> specified name (according to the docs 
>>>>>>>>>> https://developers.google.com/adwords/api/docs/reference/v201402/OfflineConversionFeedService#OfflineConversionError
>>>>>>>>>> ).
>>>>>>>>>> However, I can see that the conversion type that I named does 
>>>>>>>>>> exist. Am I
>>>>>>>>>> mis-interpreting the error message, or is there another reason 
>>>>>>>>>> why I would be
>>>>>>>>>> seeing this?
>>>>>>>>>>
>>>>>>>>>> Here is some sample code illustrated what I am seeing:
>>>>>>>>>>
>>>>>>>>>> python> ac = googleads.AdwordsClient(...)
>>>>>>>>>> python> ac.GetService('OfflineConversionFeedService', 
>>>>>>>>>> version='v201402').mutate([
>>>>>>>>>>   {'operator': 'ADD',
>>>>>>>>>>     'operand': {'googleClickId': u'abc...',
>>>>>>>>>>                 'conversionValue': 1.0,
>>>>>>>>>>                 'conversionTime': '20140503 190731 Etc/GMT',
>>>>>>>>>>                 'conversionName': u'My Conversion Type'
>>>>>>>>>> }}]).partialFailureErrors
>>>>>>>>>>
>>>>>>>>>> (OfflineConversionError){
>>>>>>>>>>   fieldPath = "operations[0].operand"
>>>>>>>>>>   trigger = None
>>>>>>>>>>   errorString = "OfflineConversionError.INVALID_CONVERSION_TYPE"
>>>>>>>>>>   ApiError.Type = "OfflineConversionError"
>>>>>>>>>>   reason = "INVALID_CONVERSION_TYPE"
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> python> ac.GetService('ConversionTrackerService', 
>>>>>>>>>> version='v201402').get(
>>>>>>>>>>   {'fields': ['Id'
>>>>>>>>>>               'Name'
>>>>>>>>>>               'Status'
>>>>>>>>>>               'Category'
>>>>>>>>>>               'NumConversionEvents'
>>>>>>>>>>               'NumConvertedClicks'
>>>>>>>>>>               'MostRecentConversionDate'
>>>>>>>>>>               'CountingType']}).entities
>>>>>>>>>>
>>>>>>>>>> ...
>>>>>>>>>> (UploadConversion){
>>>>>>>>>>    id = NNN
>>>>>>>>>>    name = "My Conversion Type"
>>>>>>>>>>    status = "ENABLED"
>>>>>>>>>>    category = "LEAD"
>>>>>>>>>>    stats = 
>>>>>>>>>>       (ConversionTrackerStats){
>>>>>>>>>>          numConversionEvents = NNN
>>>>>>>>>>          conversionValue = 
>>>>>>>>>>             (Money){
>>>>>>>>>>                ComparableValue.Type = "Money"
>>>>>>>>>>                microAmount = 0
>>>>>>>>>>             }
>>>>>>>>>>          mostRecentConversionDate = "20140503"
>>>>>>>>>>          numConvertedClicks = NNN
>>>>>>>>>>       }
>>>>>>>>>>    countingType = "MANY_PER_CLICK"
>>>>>>>>>>    defaultRevenueValue = 1.0
>>>>>>>>>>    alwaysUseDefaultRevenueValue = False
>>>>>>>>>>    ConversionTracker.Type = "UploadConversion"
>>>>>>>>>>  }
>>>>>>>>>>
>>>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to