"Customer logged in" event
Ecwid.OnSetProfile
Ecwid.OnSetProfile
This method allows you to track a moment when customers log in and out on the storefront.
It contains a callback function with customer
argument when a customer logs in, and null
if a customer has logged out.
Code example:
page
argument fields:
page
argument fields:string
Customer's email.
id
number
Customer's internal ID.
ownerId
number
Internal store ID.
registered
string
Customer's registration date in a stringified UNIX timestamp format.
For example, "1718010611"
.
billingPerson
Customer's saved billing address.
shippingAddresses
Customer's saved shipping addresses.
billingPerson
name
string
Full name of the customer.
companyName
string
Customer's company name.
street
string
Address line 1 and address line 2, separated by \n
.
city
string
City.
countryCode
string
Two-letter country code.
countryName
string
Country name.
postalCode
string
Postal/ZIP code.
stateOrProvinceCode
string
State/province code, for example, NY
.
phone
string
Customer's phone number.
shippingAddresses
id
number
Ordered ID of saved shipping address.
Starts with 0
and iterates by 1
.
person
Details of the saved shipping address.
Last updated
Was this helpful?