Hello Retail API-documentation
Search…
⌃K
Hello Retail API-documentation
Search…
⌃K
Introduction
Tracking
Event binding
Tracking user
Register email on tracking user
Set a custom id for your customer
Opt-in and -out of tracking
Get current state
Cart tracking
Click tracking
Conversion Tracking
Get user- & shop-bias
Recommendations
Introduction to the Recommendation API
JavaScript SDK
REST-API
Search
Introduction to the Search API
JavaScript SDK
REST-API
Pages
Introduction to Pages API
JavaScript SDK
REST-API
Triggered Emails
Subscribe to Triggered Emails
Single Page Applications
Page tracking for SPA
Data
Managing Product Data
Help
Support
Status Page
Powered By GitBook

Register email on tracking user

Use regEmail function to register an email on the current tracking user.
ADDWISH_PARTNER_NS.regEmail(emailAddress);

Argument

Argument
Type
Description
emailAddress
String
The email of the visitor.

Example

ADDWISH_PARTNER_NS.regEmail(
'[email protected]'
);
Previous
Tracking user
Next
Set a custom id for your customer
Last modified 4mo ago
Copy link