Skip to main content

Rokt Audiences

The Rokt Audiences destination lets you sync audience membership to Rokt via the mParticle S2S UserProfile endpoint.

Setup

  1. In Rokt (or via your Rokt representative), obtain credentials for the mParticle S2S UserProfile API:
    • API Key
    • API Secret
  2. In your workspace, create a new destination and select Rokt Audiences.
  3. Enter the credentials and save.
  4. 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_key as username, api_secret as 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

FieldTypeRequiredDescription
api_keystringYesYour Rokt/mParticle S2S API key (Basic Auth username).
api_secretstringYesYour 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.