ChrisAlvares / node-adwords

Adwords SDK for NodeJS
MIT License
151 stars 92 forks source link

Offline Conversion tracking? #80

Open BrandonCopley opened 6 years ago

BrandonCopley commented 6 years ago

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

BrandonCopley commented 6 years ago

let user = new AdwordsUser({...}); let campaignService = user.getService('OfflineConversionFeedService', 'v201806')

BrandonCopley commented 6 years ago

That gets me started. thanks.

BrandonCopley commented 6 years ago

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.

leongrin commented 5 years ago

I would also love to know how to upload offline conversions using this node-adwords library. This is super important to me.