Logging and 'Cookies'
Unique Device Identification
Each user will make a GET request to: https://gvid.pointandplace.com/ which will issue a unique identifier for this user's browsing environment.
Once issued, the id will be valid for 1 year. It is saved into the key eky-gvid.
Note, this request is only made when there is no value for eky-gvid in localStorage or the existing value has expired.
Example GVID
EKY613b479a224dd4.45409282
Local Storage
The following keys are saved to local storage.
eky-gvideky-user
eky-gvid - Unique Device Identification
eky-user - This key holds a unique identifier for the browsing user, this ID helps with maintaining healthy data for analytic purposes
Session Storage
The following keys are saved to session storage
eky-session
eky-session - This key holds a temporary unique identifier, this helps with allowing us to capture single events per user. A new session ID is generated everytime a user opens the product page that our services are on.
Logging Pixels
When a "loggable event" occurs a logging pixel will be saved. This logging pixel is encrypted for transit and contains the following information:
Always Sent
- event type
 - gvid
 - distributor uuid
 - language
 - product identifiers
 - current page URL
 - SessionID (uuid)
 - Length of time on page
 
Where Possible
- Product Name
 - Product Brand
 - Product Price
 
Loggable Events
The current list of loggable events is outlined below, a logging pixel will be sent when any of the following situations are encountered.
- AR Models button placed (only logs once per page)
 - AR Models button clicked (opening popup)
 - AR Models popup close (closing popup)
 - AR Models button pressed (mobile)
 - Add to Cart button clicked (only logs once per page)
 
Notes
- The log data is deleted after 30 days.