The “Registration event notification” event is used to indicate a new registration. It notifies you via JavaScript when a user registers on the web page, using the connectif.managed.sendEventsfunction.
How to use it
The registration event notification uses the entityInfooption, in the SendEvents method, to enrich the information about the events sent. It has no additional properties.
Example
The notification will look like this:
connectif.managed.sendEvents([ {type: "register"}, {type: "page-visit"} ], { entityInfo, cart });
Keep learning!
To make the most of your Connectif account, we recommend reading these articles next:
- Add Connectif JavaScript to your website, to insert the code and start collecting information about visits to your page.
- Tag integration, to discover all the notifications that you can send from your eCommerce to Connectif and how they work.
- Integration with Connectif via API, to synchronize contacts, products, purchases and coupons.
- Check the integration with your ecommerce, so you can be confident that your data is syncing correctly with your Connectif account.