Hi Steven, You need to create an UploadConversion <https://developers.google.com/adwords/api/docs/reference/latest/ConversionTrackerService.UploadConversion>, and then you can use the OfflineConversionFeedService <https://developers.google.com/adwords/api/docs/reference/latest/OfflineConversionFeedService> to upload conversions for clicks. Please see the Importing Click Conversions <https://developers.google.com/adwords/api/docs/guides/conversion-tracking#importing_click_conversions> guide for details. You need to enable auto-tagging <https://support.google.com/adwords/answer/1752125> for the account using CustomerService <https://developers.google.com/adwords/api/docs/reference/latest/CustomerService.Customer> or in the UI <https://support.google.com/adwords/answer/3095550?hl=en>. Without auto-tagging you won't get the GCLID parameter required to upload conversions corresponding to a click. The UploadOfflineConversions <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/remarketing/UploadOfflineConversions.java> Java example shows how to import offline conversion values for specific clicks to your account. Example code in other languages is available here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6d3091b0-ef9a-4bd1-93c7-be26451c3f10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
