OfflineConversionAdjustmentError.INVALID_CONVERSION_TYPE

82 views
Skip to first unread message

Akash Jain

unread,
Jun 12, 2019, 5:24:29 PM6/12/19
to AdWords API and Google Ads API Forum
I am calling adowords API for account mukul....@justanswer.net

I am using client library and using OfflineConversionAdjustment

I am using following values:

                string conversionName = "LTV Conversion";
                string gclid = "48989001";
                string conversionTime = "20190602 082301 Africa/Timbuktu";
                OfflineConversionAdjustmentType adjustmentType =
                    (OfflineConversionAdjustmentType)Enum.Parse(
                        typeof(OfflineConversionAdjustmentType), "RESTATE");
                string adjustmentTime = "20190602 082301 Africa/Timbuktu";
                double adjustedValue = double.Parse("0");

and getting INVALID_CONVERSION_TYPE error..

Google Ads API Forum Advisor Prod

unread,
Jun 13, 2019, 2:31:46 AM6/13/19
to adwor...@googlegroups.com
Hi Akash,

Thanks for raising your concern. I am happy to provide support to your concern.

The possible reasons why you encountered the INVALID_CONVERSION_TYPE
 error are:
  • Your account does not have an UploadConversion with a name that matches the one you are passing in your request
  • The click was generated before the UploadConversion was created, or 
  • The UploadConversion does not exist in the effective conversion account of the click at the time the click happened
If you can confirm that your UploadConversion doesn't violates any of the possible reason why this error is occurring, to take a closer look to it, could you provide the complete SOAP request and response logs together with the customer ID via Reply privately to author? If you haven't enabled the SOAP logging yet, kindly enable it by following this guide for Java library supported by AdWords API.

Regards,
Ejay
Google Ads API Team

ref:_00D1U1174p._5001UBmzSk:ref
Reply all
Reply to author
Forward
0 new messages