Insider Web SDK

Prev Next

User attributes, custom attributes, product attributes, and system rules (the last of which are defined to map out the website's page structure) are defined for target pages and users. In addition to these, additional data can be used to unify the data retrieved from your website.

For instance, you can implement the Insider Web SDK, which forms the basis for all user, behavioral, and transactional data, and, with their opt-in, add a User Information Tag to push along any user information (email address, phone number, name, birthday, user ID) via type: “user”.

Here is an example of a user object:

{
   "user": {
      "name": "John",
      "surname": "Doe",
      "email": "jdoe@samplemail.com",
      "email_optin": true,
      "gdpr_optin": true
   }
}

If your company obtains your users' consent in compliance with the local regulations, make sure to pass the GDPR opt-in field to Insider One. If you want to stop collecting and processing the data of an identified user, GDPR opt-in field should have the false value. Insider One cannot be held liable if these obligations are not fulfilled and reserves the right to seek compensation from your company.

Because they enable you to share user products, categories, carts, checkout-related information, or custom data, all tags in the Web SDK Integration are recommended to push this additional data, which can also be used in the Unified Customer Database.

Apart from implementing Web SDK directly through your website, you can also easily send the attributes through the Shopify store.