Last Updated 5 years ago
Information about the events being sent
The module uses a server-side API - list of events sent:- page_view - viewing any store subpage
- contact - use of the contact form
- lead - customer account creation
- search - use of the search engine
- add_to_cart - modification of products in the cart
- initiate_checkout - going to the checkout process
- purchase - placing an order
All events other than 'purchase' are sent immediately. The 'purchase' event is sent via a CRON task, which must be triggered via the URL given in the module.