SDK
v2.0
v2.0
  • Getting Started
    • Welcome
    • Start Here
    • Postback Payout (S2S)
    • Advanced options
      • Sending Media Source Data
      • Sending User Segments / User Info
  • Unity
    • Installation
    • Initialization
    • Obtaining Adverstising ID's
  • Android
    • Prerequisite
    • Installation
    • Initialization
      • Deeplinking Routes
      • Premium Offers
    • Obtaining Adverstising ID's
  • Flutter
    • Prerequisite
    • Installation
    • Initialization
      • Deeplinking Routes
      • Premium Offers
      • changeLanguage
    • Obtaining Advertising ID's
  • REACT NATIVE
    • Prerequisites
    • Installation
    • Initialization
      • Deeplinking Routes
      • Premium Offers
    • Obtaining Advertising ID's
  • Web / Iframe
    • Initialization
    • Premium Widgets
  • Questions and troubleshooting
    • Reporting bugs
    • Known issues
    • Changelog
Powered by GitBook
On this page
  1. Getting Started
  2. Advanced options

Sending Media Source Data

PreviousAdvanced optionsNextSending User Segments / User Info

Send media data of where you acuqired the users to our system, we will use this in our systems to be able to segment the user base and proved media source specific rewards.

This is related to intialization of the SDK

This is not required, but it is highly recommended to provide us this data for us to tailor the rewards journey towards different media sources.

Paramater
Data Type
Description

mediaSourceName

string

Can be used to send the source name of where you got the user

mediaCampaignName

string

Can be used to send the campaign name of where you got the user

mediaSourceId

string

Can be used to send the source id of where you got the user

mediaSubSourceId

string

Can be used to send the Sub Source id of where you got the user

Incentivized

boolean

Can be used to send if the user acquisition was done via incent channels or non incent channels.

mediaAdsetName

string

Can be used to send the adset name of where you got the user

mediaAdsetId

string

Can be used to send the adset id of where you got the user

mediaCreativeName

string

Can be used to send the CreativeName of where you got the user

mediaCreativeId

string

Can be used to send the creativeId of where you got the user

sub1

string

Can use this to to store any type of data. Currently only used to store data can't be received on the postback

sub2

string

Can use this to to store any type of data. Currently only used to store data can't be received on the postback

sub3

string

Can use this to store any type of data. And can be sent back on the postback as well.

sub4

string

Can use this to store any type of data. And can be sent back on the postback as well.

sub5

string

Can use this to to store any type of data. Currently only used to store data can't be received on the postback

Postback Payout (S2S)
Postback Payout (S2S)