Unity Grow Audiences
Overview
The Unity Grow Audiences destination allows you to sync custom audience data to Unity Grow (Supersonic) for user targeting and suppression campaigns. You can either select an existing audience or create a new one directly from the platform.
Setup Guide
Prerequisites
To connect Unity Grow Audiences, you'll need:
| Parameter | Description |
|---|---|
username | Your Unity Grow API username |
secret_key | Your Unity Grow API secret key |
Contact your Unity Grow account representative to obtain API credentials.
Stream Parameters
Each stream requires the following parameters:
| Parameter | Required | Description |
|---|---|---|
audience_selection | Yes | Select an existing audience or choose "Create new audience" |
audience_name | When creating | Name for the new audience |
audience_type | When creating | Type of audience (e.g., suppression_static) |
description | When creating | Description of the audience |
platform | For suppression | Target platform: android or ios |
bundle_id | For Android suppression | Android app bundle ID |
track_id | For iOS suppression | iOS app track ID |
How It Works
- Select an existing audience from your Unity Grow account or create a new one
- The platform syncs device IDs to the selected audience
- Records marked as "Added" or "Changed" are added to the audience
- Records marked as "Removed" are removed from the audience
Suppression Audiences
When creating a suppression_static audience, additional parameters are required based on platform:
- Android: Requires
platformset toandroidand a validbundle_id - iOS: Requires
platformset toiosand a validtrack_id
Data Contracts
Device ID Custom Audience
Use this data contract to sync device identifiers (IDFA or GAID) to Unity Grow audiences.
Loading ....