Sung,

I'll look into this.

What is youor MCC CID?

Thanks,

On Tuesday, May 6, 2014 9:11:48 PM UTC-4, [email protected] wrote:
>
> Hello Ray,
>
> I am experiencing same issue where almost every conversion uploads from 
> offline conversion is failing with the same partialfailure error, 
> invalid_conversions_type.
> From the header, I am using the MCC to upload them and they use to work 
> fine until yesterday.
> However, you mentioned that we actually need to use the actual CIDs 
> instead of MCC which manages multiple CIDs.
> Is this mean there is a change in offline conversion logic so we now have 
> to use actual CIDs instead of one master MCC for offline conversion uploads?
>
> = Heres the code =
> offline_service 
> =mcc_client.GetOfflineConversionFeedService(version='v201309')
> feed = {
>  'conversionName': '[the conv]',
>  'conversionTime': '20140506 075949 America/Los_Angeles',
>  'conversionValue': '1',
>  'googleClickId': 'CI--tuHhlL4CFdQWjgod2WUAUQ',
> }
> offline_conversion_operation = {
>  'operator': 'ADD',
>  'operand': feed
> }
> op = []
> op.append (offline_conversion_operation)
> re = offline_service.mutate(op);
> = error msg = 
> ({'ListReturnValue_Type': 'OfflineConversionFeedReturnValue', 
> 'partialFailureErrors': [{'fieldPath': 'operations[0].operand', 'reason': 
> 'INVALID_CONVERSION_TYPE', 'trigger': '', 'ApiError_Type': 
> 'OfflineConversionError', 'errorString': 
> 'OfflineConversionError.INVALID_CONVERSION_TYPE'}], 'value': []},)
>
> Thanks,
> -Sung
>
>
> On Tuesday, May 6, 2014 12:07:01 PM UTC-7, Ray Tsang (AdWords API Team) 
> wrote:
>>
>> Meelap,
>>
>> It appears that you have used the MCC client ID in the header.  Please 
>> make sure it's using an AW Account CID that actually owns the conversion 
>> tracker.
>>
>> Thanks,
>>
>> Ray
>>
>> On Tuesday, May 6, 2014 12:03:33 PM UTC-4, Ray Tsang (AdWords API Team) 
>> wrote:
>>>
>>> Meelap,
>>>
>>> Could I trouble you to send me the full request/response xml log (not 
>>> code) by using the reply to author function?
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On Monday, May 5, 2014 9:49:11 PM UTC-4, Meelap Shah wrote:
>>>>
>>>> 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