Get Started with ODP
This topic describes how Optimizely Data Platform (ODP) stores data and how ODP accounts work.
How does the Optimizely Data Platform (ODP) store data?
At the core of ODP are Customers.
Every customer has a record of Events that they have performed over time. Every event is classified by an Event Type (for example, order, product, email) and Event Action (for example, purchase, view, open) and additional metadata stored in Fields (for example, product_id).
Customers and Events in ODP are considered Objects, similar to a spreadsheet or a database table. Objects consist of Fields to store metadata and information about the data within the object.
Example
The Event object has a
ts
field to store the time at which an event happened and the Customer object has an
ODP supports the addition of Custom Fields and Custom Objects to support customization of the schema to meet unique business needs (for example, a Concert Tickets object). See Objects & Fields.
What is an ODP account?
The way ODP segregates data is via Accounts. Every account has a unique Tracker ID (also referred to as a Public API Key) to separate its data from other ODP client data.
Note
All APIs and SDKs use Tracker ID to determine where to send data.
Common reasons to use multiple ODP accounts include:
- Multiple Brands
- International Stores
- Business uses multiple eCommerce instances (for example, multiple Shopify stores)
Updated about 1 month ago