Open BrandonCopley opened 6 years ago
let user = new AdwordsUser({...}); let campaignService = user.getService('OfflineConversionFeedService', 'v201806')
That gets me started. thanks.
Hey there, For some reason I'm having a really hard time following both your docs and googles docs on tracking offline conversions via the adwords api:
"Uploading offline conversions" https://developers.google.com/adwords/api/docs/guides/conversion-tracking
https://developers.google.com/adwords/api/docs/reference/v201802/OfflineConversionFeedService
My goal is to track a customer via a GCLID cookie on purchase, but not mark it as a conversion until the product they order actually ships. I'm assuming I would send "GCLID" "ConversionData" to some api, but I'm having a challenging time converting the PHP to compatible code.
Thanks again.
I would also love to know how to upload offline conversions using this node-adwords library. This is super important to me.
I don't see this in the documentation, but is offline conversion tracking possible with this api?
https://developers.google.com/adwords/api/docs/guides/conversion-tracking