-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline Conversion tracking? #80
Comments
let user = new AdwordsUser({...}); |
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/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
The text was updated successfully, but these errors were encountered: