I am using googleads API  to perform the following operations:
- (1) upload new conversions
- (2) adjust uploaded conversions

the first operation  could be done successfuly.
however the second opeartion which is the adjustment of the uploaded 
conversion is giving the error "INVALID_CONVERSION_TYPE".

according to the documentation in 
https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionError#reason
the reason for this error is that the conversion name does not match any 
uploaded convesion for the same customer, 
although i have uploaded the conversion with the same conversion name for 
the same customer.

I am posting my request and the response i am receiving:

``` request=[{
    'operator': 'ADD',
    'operand':
        {
            'adjustmentTime': '20190802 235959 Etc/GMT',
            'googleClickId': 'gcliID',
            'adjustedValueCurrencyCode': 'EUR',
            'conversionName': 'YY',
            'adjustedValue': xx,
            'xsi_type': 'GclidOfflineConversionAdjustmentFeed',
            'conversionTime': '20190731 235959 Etc/GMT',
            'adjustmentType': 'RESTATE'
        }
}
]
```

````
    'ListReturnValue.Type': 'OfflineConversionAdjustmentFeedReturnValue',
    'value': [
        {
            'conversionName': None,
            'adjustmentTime': None,
            'adjustmentType': None,
            'adjustedValue': None,
            'adjustedValueCurrencyCode': None,
            'OfflineConversionAdjustmentFeed.Type': 
'GclidOfflineConversionAdjustmentFeed',
            'googleClickId': None,
            'conversionTime': None
        }
    ],
    'partialFailureErrors': [
        {
            'fieldPath': 'operations[0].operand.conversionName',
            'fieldPathElements': [
                {
                    'field': 'operations',
                    'index': 0L
                },
                {
                    'field': 'operand',
                    'index': None
                },
                {
                    'field': 'conversionName',
                    'index': None
                }
            ],
            'trigger': None,
            'errorString': 
'OfflineConversionAdjustmentError.INVALID_CONVERSION_TYPE',
            'ApiError.Type': 'OfflineConversionAdjustmentError',
            'reason': 'INVALID_CONVERSION_TYPE'
        }
    ]
}
````

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/39e234c9-f473-4f96-9ce6-3ebf7eb86c4a%40googlegroups.com.

Reply via email to