XenForo AdWords Conversion tracking with stripe payments

C

cdub

Guest
I'm trying to figure out how to modify the code in the payment_initiate_stripe template to allow onclick conversion tracking for Google AdWords. Basically I want to track if an ad for my site results in a sale (user upgrade).

Here's the code I think I need to modify in the payment_initiate_stripe template:

<xf:form action="{{ link('purchase/process', null, {'request_key': $purchaseRequest.request_key}) }}" class="block block--paymentInitiate" data-no-auto-focus="on"...

Read more

Continue reading...