Set up Awin

Awin is an ad network integrated with Adjust. Our integration lets Awin receive attribution and in-app event data through automated callbacks.

In this article, learn how to set up measurement with Awin for your app. This includes activating the integration, creating a campaign link, and choosing what data Adjust can share with Awin.

Before you begin

Requirements

iOS / Android / Windows / Unity / React Native / Flutter / Adobe Air / Cordova / Marmalade / Xamarin / Cocos2d-x / Titanium / Corona

Credentials

INSTALL COMMISSION GROUP

  • For help finding your credentials, contact your Awin representative.

Select Awin and your app in Campaign Lab

  1. Under Campaign Lab, select Partners.
  2. Select New partner > Awin. Select Next to move to the next screen.
  3. In the App selection screen, choose the app for which you want to create the link, and enable the integration to share data with Awin.
  4. Select Next.

Enable data sharing

Enable data sharing to activate the integration with Awin. To enable data sharing:

  1. Enter your INSTALL COMMISSION GROUP.

Once you enable data sharing with Awin, Adjust automatically sends Awin the following data, by default:

  • installs (attributed only)
  • event (attributed only)

Set your data sharing options

If you’re working with a multi-platform app with data sharing enabled for multiple platforms, you can:

  1. Separate data sharing options at the platform-level by selecting Use platform-specific settings.
  2. Set the same data sharing settings for multiple platforms by selecting Use global settings.

Now, under What will be shared by default?, review the activities that Adjust shares with Awin by default.

  • installs (attributed only)
  • event (attributed only)

Send additional data

Choose the amount and type of data that you want to share with Awin through callbacks. Awin may use this information to optimize performance.

  1. Under What sources of data do you want to share?, choose the attribution source of the data you are sharing with Awin:
  • Data from all attribution sources
  • Only data attributed to Awin

In-app revenue (from in-app purchases)

Sharing in-app revenue lets Awin receive revenue amounts along with your revenue event data. You need to map events that generate revenue to share this data.

Map parameters

You usually need to map parameters to share custom data with Awin.

Map events

Map events that you want to share to the values that Awin can receive. Data for unmapped events is not shared with Awin.

Under Map events, follow these steps to choose the in-app events you want to directly send to Awin.

  1. Select Map event.
  2. In the Adjust event list, choose the Adjust event that you want to share with Awin.
  3. In the Partner event list, choose or enter a custom event name that you want to map the Adjust event to. You might have to map an event to several values.
  4. Select Apply.

Now Awin will receive in-app event data for each of your linked events.

Map parameters

Partner parameters (available in Adjust SDK version 4.0+) let Adjust collect custom data points from your app and send them to Awin. This lets Awin receive custom event details for each of your linked events.

Before adding new partner parameters to the Adjust SDK, make sure no pre-existing partner parameters already fit your requirements.

To share partner parameters to Awin, follow these steps.

  1. Set up partner parameters within the Adjust SDK: iOS, Android
  2. Check the Parameters data sharing checkbox.
  3. Map your events.
Note:

If you set up partner parameters within the Adjust SDK without setting up parameter sharing in the dashboard, Adjust forwards the parameters as named in the Adjust SDK.

Configure your link and settings

You have the option to set your:

Create your link and share it with Awin

In the Setup review screen, you can review your choices. You can also go back and make changes to:

  • Your selected app
  • Data sharing options
  • Link structure parameters
  • User destinations
  • Attribution settings

Select Create link to create your click URL, impression URL, QR code and link token. Creating a link also enables data sharing and the integration with Awin.

Once you’ve created your link, share it with Awin for placement in campaigns.

Partner specific setup instructions

Awin's integration allows you to send a set of predefined parameters. If you attach any of these parameters to an event in your adjust SDK, these will be forwarded to Awin. You can find out more about attaching partner parameters in the SDK readme specific to the SDK(s) you are working with. Below is a list of the defined parameters that Awin accepts:

Parameter key > Value

  • orderId > order reference (mandatory on revenue events)
  • cg > commission group breakdown (mandatory on revenue events)
  • vc > voucher code
  • custom[3,29] > custom parameter [3,29]
  • commission_group > commission group (mandatory on revenue events)

Please attach the mandatory parameters to the revenue event(s) in your adjust SDK in order to correctly measure the event(s) on the Awin platform.

Example implementation (with Android SDK)

In your Adjust SDK implementation, when you setup these partner parameters:

AdjustEvent adjustEvent = new AdjustEvent("abc123");

adjustEvent.addPartnerParameter("cg", "AABBCC");

adjustEvent.addPartnerParameter("commission_group", "DDEEFF");

Adjust.trackEvent(adjustEvent);

then if Adjust attributes an activity to an engagement with an Awin Aff ID, we will forward the partner parameter setup as "cg" to Awin. ( i.e. cg=AABBCC )

If no Awin Aff ID is found, we will search for a partner parameter setup as "commission_group" or if not present, fallback to "cg" and send the partner parameter. ( i.e. commission_group=DDEEFF; fallback to cg=AABBCC )

List of all parameters forwarded to Awin

Awin requires Adjust to send the following parameters (data points) with your callbacks:

PlaceholderInformation
{adid}Adjust device ID (all platforms)
{currency}Original ISO 4217 currency code sent from Adjust SDK
{event_name}Event name, as set in the Dashboard
{os_name}Device operating system
{partner_parameters}Custom partner parameters collected by the Adjust SDK or S2S request and transmitted to third party providers via postbacks
{revenue_float}Revenue, as sent from Adjust SDK, in whole currency units
{click_time}Attributed click timestamp