Where would I put the code for "Google Conversion Tracking"? And are there any issues I should know going forward before pasting this code into a page? Thanks
amember/templates/thanks.html However, you may need to have an if/then statement so the tracking isnt triggered by free payments, or by the wrong product ordered. Also- it wont include subscriptions after the initial payment. David
Also browsing to http://example.com/amember/thanks.php on my sites gives me a 404... Can't find anything in the documentation.
_receipt.phtml is also display after sale or before payment (for confirmation), so it is better to include tracking code into thanks.phtml the variable is $invoice <?php echo $invoice->first_total ?> // output total to pay now
Thanks for the answers guys. Is there a place where all this information is available? It seems pretty hard to find the answers, and I have to keep starting threads (and getting super short answers ). I'd love to help keep an up-to-date documentation if someone can work with me personally to provide all the data. As I see it right now, documentation and support is the biggest weak point for amember (comparing to s2member for example).