Event registration
Call the following JavaScript code from your location on the web page to track the event:
<script>
_txq.push(['track', 'EVENT_NAME', PROPERTIES]);
</script>where:
EVENT_NAMEis the name of the event (required).PROPERTIESis a set of properties (optional).
Supported Events
PageView- view the page.ViewContent- view content of the store.
Supported properties
content_ids- an array of store product identifiers.product_catalog_id- an array of identifiers for a store's product catalog.
Last updated