Several installation methods are possible depending on the site hosting the code.
Several installation methods are possible depending on the site hosting the code:
The Appvizer tracking script is compatible with WordPress. Discover a way to set it up.
To verify that the installation has been carried out correctly, here are the different steps:
{id: "AP-XXXXX", externalId: XXXXXXXX, event: "conversion"}<br>event: "conversion"<br>externalId: 1570191937253<br>id: "AP-XXXXX"
If the event field does not have the correct visit or conversion tag and the id field is not yours, the script is not well installed.
For advanced users, here is the release of the conversion tracking API. The global function av () accepts objects with the following properties:
Example:
<script type="text/javascript">
av({event: "visit", id: 'AP-1234'});
</script>
The global mechanism is compatible with all browsers except IE 11+ and, if compatibility mode is not activated, IE 7+.
Important note: the script is not compatible with PhantomJS or any other server-side rendering mode (SSR) that would not provide Window nor handout.