I think there was some miscommunication about what I am trying to do. I want to create a ConversionTracker of the type UploadConversion (which is what I provided logs for), not to upload individual conversions to the OfflineConversionFeedService. In the code samples, there is an adWordsConversionTracker that is created before the UploadTracker, is this just an example of two types of ConversionTrackers being created or is there some type of dependency between these operations.
On Thursday, April 19, 2018 at 2:32:09 PM UTC-5, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > Thank you for sharing the logs. It looks like the UploadOperation is > performed on a Conversion Tracker which does not exist. If you're looking > to create a new conversion tracker and perform the upload operation, you > will need to create an AdWordsConversionTracker > <https://developers.google.com/adwords/api/docs/reference/v201802/ConversionTrackerService.AdWordsConversionTracker> > object > and then upload conversions for offline conversion imports. Please find the > attached SOAP logs as a reference. You can also take a look at the code > sample in Java > <https://developers.google.com/adwords/api/docs/samples/java/remarketing#add-conversion-trackers>. > > Code samples in other languages can be found here > <https://developers.google.com/adwords/api/docs/clientlibraries>. > > Let me know if you have any other questions. > > Regards, > Bharani, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 and Google Ads 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/13f11300-20b2-45ff-b607-a893d603346a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
