Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Optimizely has sunset Full Stack Experimentation on July 29, 2024. See the recommended Feature Experimentation migration timeline and documentation.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
GitHubDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off
These docs are for v1.5.0-profile-store. Click to read the latest docs for v4.0.

Profile queries (deprecated)

(Deprecated) Describes how to query profiles in Optimizely Profile Store. Profiles are used for storing aggregated data from visitor interactions.

❗️

Deprecated

Visitor Intelligence and Profile Store are deprecated and no longer supported. For migration options to Optimizely Data Platform (ODP), contact your sales representative or customer success manager.

See Remove dependencies on Visitor Intelligence and Profile Store.


📘

Prerequisites

See Tracking API for a better understanding of how tracking works. This topic references Postman for querying and testing of RESTful APIs, you can use other similar tools to get the same result.

Use the Profile Store API URL for querying profiles. The format of the request should be {Profile Store API}/api/v1.0/trackevents. An Authorization header must be added to the request. The value should be:

epi-single {YOUR PROFILE STORE API KEY}

The profiles endpoint will return 100 profiles if you do not use any query string. Optimizely follows Microsoft REST API Guidelines for supporting $filter, and $orderby.

627

Did this page help you?