Registration event notification

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.

  

This article is part of the guide to creating a custom integration.
If your integration is via a module, this tag will be added to your ecommerce platform automatically.

 

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.

  

This event is an alternative to implementing the “Contact has registered” Tag in your store or website’s HTML.

 

Example

The notification will look like this:

connectif.managed.sendEvents([
  {type: "register"},
  {type: "page-visit"}
], { entityInfo, cart });
  

In the example, the visited page event is also reported, to report both events with a single call to Connectif tracking.

 

 

Congratulations!
You’ve reached the end of the tutorial.

  

Do you have questions?
Don’t forget, our Connectif specialists are here to help you. To contact them, just open a Support ticket by clicking the blue “Help” button on your dashboard.


Keep learning!

To make the most of your Connectif account, we recommend reading these articles next:

Was this article helpful?
0 out of 0 found this helpful