Rokt Audiences
The Rokt Audiences destination lets you sync audience membership to Rokt via the mParticle S2S UserProfile endpoint.
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 batch. 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 (Basic Auth username). |
api_secret | string | Yes | Your Rokt/mParticle S2S API secret (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.