Getting started with website personalisation
Key concepts for getting to grips with Ometria's Web Personalisation feature
Domain key
Once you've been set up with Web Personalisation, you will be assigned a domain key, which is a unique, alphanumeric identifier for your store.
Storefront
This is the domain that hosts the storefront APIs.
For JavaScript integrations you will need to know the tag URL:
https://{{domainkey}}-{{storefrontid}}.store-{{locationkey}}.ometria.services/graphenehc.js
Storefront ID
After the registration process you'll be assigned a storefront ID, which is a unique, numeric identifier for your storefront.
This value is 1 by default.
If you have multiple storefronts they are numbered sequentially.
Location key
As part of the registration process you will have been assigned a location key.
This specifies the data centre you've been allocated to.
APIs
This is the domain that hosts the APIs.
For example, the Admin Batch API url would be:
https://{{domainkey}}.api-{{locationkey}}.ometria.services/batch
Updated 2 days ago