Skip to content
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

Open
BrandonCopley opened this issue Sep 17, 2018 · 4 comments
Open

Offline Conversion tracking? #80

BrandonCopley opened this issue Sep 17, 2018 · 4 comments

Comments

@BrandonCopley
Copy link

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
Copy link
Author

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

@BrandonCopley
Copy link
Author

That gets me started. thanks.

@BrandonCopley
Copy link
Author

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.

@BrandonCopley BrandonCopley reopened this Sep 27, 2018
@leongrin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants