Freemius Purchase Completion JavaScript Callback Filter
<?php | |
function my_after_purchase_js( $js_function ) { | |
return 'function (data) { | |
console.log("checkout", "purchaseCompleted"); | |
}'; | |
} | |
my_freemius()->add_filter('checkout/purchaseCompleted', 'my_after_purchase_js'); | |
?> |
This comment has been minimized.
This comment has been minimized.
There is a bug in It should be |
This comment has been minimized.
This comment has been minimized.
@irfan-blackandwhite put it in a PHP file that is included after your freemius code is initialized. |
This comment has been minimized.
This comment has been minimized.
How does this code tie with the tracking of purchases with Google Analytics? I can see that the purpose is to return a JS function that will act as callback. The callback receives a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Hi,
would you elaborate where does this code goes. shell i add this code to the plugin header where Facebook pixel code already added or somewhere else?
Many thanks
irfan Qasim