Rokt Audiences
The Rokt Audiences destination lets you sync audience membership to Rokt via the mParticle S2S UserProfile endpoint.
Overview
The Rokt connector lets you send audience data to Rokt Audiences using your Rokt API credentials (API key and API secret).
This destination connector is currently in development. You can authenticate and validate credentials, but audience loading/syncing is not yet available.
Setup
- In Rokt (or via your Rokt representative), obtain credentials for the mParticle S2S UserProfile API:
- API Key
- API Secret
- In your workspace, create a new destination and select Rokt Audiences.
- Enter the credentials and save.
- Run a test connection to validate authentication.
Authentication
This destination uses HTTP Basic Authentication against the mParticle S2S UserProfile endpoint:
- Endpoint used for credential validation:
https://inbound.mparticle.com/s2s/v1/UserProfile - Auth method: Basic Auth (
api_keyas username,api_secretas password)
Because the audience API does not provide a read-only validation endpoint, the connector validates credentials by sending an empty JSON array ([]). A response of 200 OK or 400 Bad Request is treated as successful authentication (a 400 indicates the credentials were accepted but the payload was rejected).
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Rokt/mParticle S2S API key (used as the Basic Auth username). |
api_secret | string | Yes | Your Rokt/mParticle S2S API secret (used as the Basic Auth password). |
Streams
This destination connector is still in development and does not yet load data. As a result, there are no supported streams/mappings documented at this time.
Notes
- The Rokt Audiences destination is still in development. Authentication may succeed, but loading/syncing data is not yet supported.