Create Experience

The following experience types are supported by the Intelligems Experiments API:

  • content/advanced — Advanced content test (custom CSS/JS injection)

  • content/onsiteEdits — Onsite edits (visual editor changes)

  • content/url — URL redirects

  • content/theme — Theme redirects

  • content/template — Template redirects

  • personalization — Personalization rules

  • personalization/offer — Offer test (structured discount campaigns configured via the offer field on each variation)

The following test types are not currently supported via this API:

  • Checkout Blocks

  • Pricing

  • Shipping

  • Campaigns

All fields (experience metadata, variations, audience, page targeting, and key metrics) are nested inside a single experience object in the request body.

post

Creates a new experience.

The experience will be created in a draft state and must be activated separately before it will be served to visitors.

Required Fields

  • name - A unique name for the experience

  • type - The type of test (content, redirect, etc.)

  • variations - At least one variation must be provided

Rate Limit: 10 requests per 60s window, refilling 10 tokens every 60s.

Authorizations
intelligems-access-tokenstringRequired

Intelligems external API access token.

Body
Responses
chevron-right
200

OK

application/json
post
/v25-10-beta/experiences

Last updated