Bulk API

From wiki.taptica.com
(Difference between revisions)
Jump to: navigation, search
(Request)
(Request)
 
(98 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{| style="width:100%; border-spacing:0; font-family: 'Segoe UI', Assistant, sans-serif; background-color: #ffffff; border-bottom: 3px solid #E94E24; margin-bottom: 30px;"
 +
| style="padding:30px 20px; text-align:left; vertical-align:middle;" |
 +
<h1 style="margin:0; font-size:36px; font-weight: 800; line-height: 1.2;">
 +
<span style="color:#333;">Taptica</span> <span style="color:#E94E24;">Bulk API</span>
 +
</h1>
 +
|}
  
Taptica Bulk API allows you to get offers Meta data from your account.
+
<div style="margin-bottom: 25px; color: #444; font-size: 16px; text-align: left; direction: ltr; line-height: 1.6; max-width: 950px; font-family: sans-serif;">
The offers you receive in the results will come from the offers that were connected to your account by your account manager.
+
Taptica Bulk API allows publishers to pull offers Meta data directly from our servers, the offers inventory will be associated with your account by Taptica media managers.
 +
<br><br>
 +
Since there are frequent changes in the offers list,The publisher is responsible to generate an API request '''every 15 minutes'''.  
 +
<br>In case an active is no longer part of the the response, please '''Remove''' the offer from production.
 +
<br><br>
 +
Taptica is limiting the numbers of daily requests per country,once you exceed 3000 requests you will not get a response.
 +
</div>
  
== '''Important!''' ==
+
== <span style="color:#333;">Request</span> ==
 
+
Since there are frequent changes in the production offers list
+
'''The publisher is responsible''' to generate the request '''every hours'''. In case an offer was returned in a previous response and is no longer in the response, it means you have to '''Remove''' the offer from production.
+
 
+
== '''Request''' ==
+
 
+
• The request is sent via an HTTP "Get request" to the following URL: https://api.taptica.com/v2/bulk?
+
  
 +
<div style="background: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 5px solid #333; direction: ltr; text-align: left; margin-bottom: 20px; font-family: sans-serif;">
 +
• The request is sent via an HTTP "Get request" to the following URL: https://api.taptica.com/v2/bulk?token={affiliate-token}
 +
<br><br>
 
• The body of the POST contains URL encoded key/value pairs separated by "&".  
 
• The body of the POST contains URL encoded key/value pairs separated by "&".  
 +
<br><br>
 +
• Request headers should include:<br>
 +
Header name: Accept-Encoding<br>
 +
Header value: gzip
 +
</div>
  
Example: Get to https://api.taptica.com/v2/bulk?token=4rxhjspwWQDZscvPgC6jqw%3d%3d&platforms=iPhone&countries=IL,US&payoutType=&minPayout=&categories=games&format=XML&version=1
+
<p style="margin-bottom: 10px;">Json Gzipped format - for testing purposes only, please do not use with live traffic:</p>
 +
<div style="background: #fff; padding: 10px; border: 1px dashed #E94E24; border-radius: 4px; direction: ltr; text-align: left; margin-bottom: 20px; font-size: 13px;">
 +
https://api.taptica.com/v2/bulk?token=7Bhisedf1PmH8bs7goa2jw%3d%3d&platforms=iPhone&version=2&format=json&countries=US
 +
</div>
  
 
'''Request parameters'''
 
'''Request parameters'''
 
+
* Case sensitive
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
{| border="1" cellspacing="0" cellpadding="10" style="width:100%; border-collapse: collapse; border: 1px solid #ddd; font-family: sans-serif; direction: ltr; text-align: left;"
 
+
|- style="background-color: #f8f9fa; color: #333; font-weight: bold; border-bottom: 2px solid #E94E24;"
|'''Parameter'''
+
| Parameter || Name In Request || Description || Example || Mandatory
|'''Name In Request''' 
+
|'''Description''' 
+
|'''Example''' 
+
|'''RMandatory''' 
+
 
|-
 
|-
 
+
| token || token || Your Taptica affiliate token - will be sent as part of the integration || token=7Bhisedf1PmH8bs7goa2jw%3d%3d || <span style="background: #EBF7E6; color: #3BB54A; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #D4EDC9;">Yes</span>
|Token
+
|token
+
|Your Taptica private token
+
|Token=hSuz7l0OUjwVy4uGX2bfAw%3d%3d
+
|Yes
+
 
|-
 
|-
 
+
| platforms || Platforms || Indicate the Platform of the requested offers. Can be either iPhone, iPad, iPod, Android. || platforms=iPhone || <span style="background: #EBF7E6; color: #3BB54A; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #D4EDC9;">Yes</span>
|Platforms
+
|platforms
+
|Indicate the Platform of the requested offers. Can be either iPhone, iPad, iPod, Android.  
+
|platforms=iPhone
+
|Yes
+
 
|-
 
|-
 
+
| countries || countries || Enter the country codes of the requested offers. Can be multiple selection. || countries=US,BG || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|Countries
+
|countries
+
|Enter the country codes of the requested offers. Can be multiple selection.'''Note''' sometimes you won't get a response if Taptica dosen't have an offer for the specified country.
+
|countries=US,BG
+
|No
+
 
|-
 
|-
 
+
| version || version=2 || current version of Taptica API || version=2 || <span style="background: #EBF7E6; color: #3BB54A; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #D4EDC9;">Yes</span>
|PayoutType
+
|payout Type
+
|Specifies the requested offer payout. Can be either CPA, CPC, CPM. Mostly, Taptica supports CPA offers.
+
|payoutType=cpa
+
|Yes
+
 
|-
 
|-
 
+
| payout Type || payoutType || Specifies the requested offer payout. Can be either CPA, CPC,CPE, CPM. Mostly, Taptica supports CPA, CPC , CPE offers. || payoutType=cpa || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|MinPayout
+
|min Payout
+
|Specifies the minimum payout offer you would like to get in the response. (if you do not want to filter by country leave it empty)
+
|minPayout=1.2
+
|No
+
 
|-
 
|-
 
+
| minPayout || Min Payout || Specifies the minimum payout offer you would like to get in the response. (if you do not want to filter by country leave it empty) || minPayout=1.2 || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|Categories
+
|categories
+
|Specifies the offer categories you would like to get in the response.
+
|minPayout=Games,Travel and Local,
+
|No
+
 
|-
 
|-
 
+
| categories || Categories || Specifies the offer categories you would like to get in the response. || categories=Games,Travel and Local, || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|Version
+
|Version
+
|Add additional data to the response as offer ID
+
|version=1
+
|No
+
 
|-
 
|-
 
+
| noCreative || No creative || No creative allow the publisher to decide if the response will include the creative or won't (the value can be false or true) || noCreative=True || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|Format
+
|format
+
|Specifies the response type. Can be either json, jsonp,xml,csv.
+
|xml, csv, json , jsonp
+
|Yes
+
 
|-
 
|-
 
+
| size || Creative size || allow the publisher to decide which creative size will be include in the response (in case he wise to get specific banner size) || size=320X480,320X50,728X90 || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
|JSONP callback
+
|Callback
+
|Specifies the callback you will get in the jsonp response
+
|what ever is your callback (for example callback=runme)
+
|no
+
 
|-
 
|-
 
+
| format || format || Specifies the response type. json(Default). || json || <span style="background: #FEECE8; color: #E94E24; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #FDD7D0;">No</span>
 
+
|noCreative
+
|No creative
+
|No creative  allow the publisher to decide if the response will include the  creative or no (the value can be false or true)
+
|noCreative=True
+
|No
+
 
|-
 
|-
 +
| gzip || gzip || Taptica response will be sent zipped || true || <span style="background: #EBF7E6; color: #3BB54A; padding: 4px 10px; border-radius: 12px; font-weight: bold; font-size: 11px; border: 1px solid #D4EDC9;">YES</span>
 
|}
 
|}
  
== '''Response''' ==
+
<p style="margin: 20px 0;">'''Category List in compliance with IAB''' - please see category list here: https://gist.github.com/thiagozs/6732050</p>
  
 +
== <span style="color:#333;">Response</span> <span style="color:#E94E24;">parameters</span> ==
  
'''Request parameters'''
+
{| border="1" cellspacing="0" cellpadding="10" style="width:100%; border-collapse: collapse; border: 1px solid #ddd; font-family: sans-serif; direction: ltr; text-align: left;"
 
+
|- style="background-color: #f8f9fa; color: #333; font-weight: bold; border-bottom: 2px solid #E94E24;"
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
| Parameter || Description || Example
 
+
|'''Parameter''' 
+
|'''Description''' 
+
|'''Example''' 
+
 
+
 
|-
 
|-
 
+
| OfferId || Taptica internal offer ID. || 4960
|ID
+
|Taptica internal offer ID.
+
|4960
+
 
|-
 
|-
 
+
| Name || Taptica internal offer name. || Underworld Empire- US- iPhone
|Offer Name
+
|Taptica internal offer name.
+
|Underworld Empire- US- iPhone
+
 
|-
 
|-
 
+
| Description || Offer description. || Play with MILLIONs of players NOW in the LARGEST, most INTENSE, SOCIAL CRIME MMO!
|Description
+
|Offer description.
+
|Play with MILLIONs of players NOW in the LARGEST, most INTENSE, SOCIAL CRIME MMO!
+
 
|-
 
|-
 
+
| platforms || Supported platform. || iPhone
|Platform
+
|Supported platform.
+
|iPhone
+
 
|-
 
|-
 
+
| MinOsVersion || Minimum OS version. || 4.3
|MinOsVersion
+
|Minimum OS version.
+
|4.3
+
 
|-
 
|-
 
+
| MarketAppId || Google / Appstore application id. || 555150599
|MarketAppId
+
|Google / Appstore application id.
+
|555150599
+
 
|-
 
|-
 
+
| AppRate || application rate based on rate in the app/google store || "AppRate": "4"
|PreviewLink
+
|Link to the application on Google / Appstore.
+
|https://itunes.apple.com/us/app/underworld-empire/id555150599
+
 
|-
 
|-
 
+
| PreviewLink || Link to the application in Appstore. || https://itunes.apple.com/us/app/underworld-empire/id555150599
|TrackingLink
+
|Taptica basic tracking link *(please see explanation below)
+
|http://tracking.taptica.com/aff_c?offer_id=4390&tt_sub_aff=&tt_appid=555150599&aff_id=2004&tt_bannerid=
+
 
|-
 
|-
 
+
| TrackingLink || Taptica basic tracking link *(please see explanation below) || http://tracking.taptica.com/aff_c?tt_ls=b&offer_id=4390&tt_appid=555150599&aff_id=2004&tt_sub_aff=YYYY&tt_bannerid=49552&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=&tt_aff_impid=1321sads35sa&tt_aff_clickid=qa143287w
|IsDeviceIdMandatory
+
|when set to true, it means that the application '''must''' get at least one of the device parameters specified in the "DeviceIds".
+
|false / true
+
 
|-
 
|-
 
+
| ImpressionUrl || Taptica basic impression link *(please see explanation below) || https://impression.taptica.com/aff_i?ver=bulk&tt_ls=b&offer_id=4390&tt_appid=555150599&aff_id=2004&tt_sub_aff=YYYY&tt_bannerid=49552&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=&tt_aff_impid=1321sads35sa&tt_aff_clickid=qa143287w
|DeviceIds
+
|Indicates the offer supporeted device id, in case the IsDeviceIdMandatory is true, Taptica must get at least one of the devie parameters. (returen as list).
+
|tt_mac,tt_mac_sha1,tt_mac_md5,tt_idfa,tt_idfa_sha1,tt_idfa_md5
+
 
|-
 
|-
 
+
| IsDeviceIdMandatory || when set to true, it means that the application must get at least one of the device parameters specified in the "DeviceIds". || false / true
|SupportedCountries
+
|Indicates the offer's supported countries (returned as list).
+
|US
+
 
|-
 
|-
 
+
| DeviceIds || Indicates the supporeted device ids || tt_mac,tt_mac_sha1,tt_mac_md5,tt_idfa,tt_idfa_sha1,tt_idfa_md5
|PayoutType
+
|Indicates the offer Payout Type, can be either CPA, CPC, CPM.
+
|CPA
+
 
|-
 
|-
 
+
| SupportedCountriesV2 || Indicates the offer's supported countries (returned as list). || US
|Payout
+
|Indicates the offer Payout.  
+
|1.2
+
 
|-
 
|-
 
+
| city || Indicates the offer's supported cities (returned as list under each coutry). || Albany
|DailyBudget
+
|Returns the publisher budget in US Dollars for the specific offer or unlimited when there is no limit.  
+
|Unlimited / 1500
+
 
|-
 
|-
 
+
| region || Indicates the offer's supported regions (returned as list under each country). || New York
|Category
+
|Shows the offer categories as sets in Taptica system (returned as list).
+
|Entertainment / Games
+
 
|-
 
|-
 
+
| payoutType || Indicates the offer Payout Type, can be either CPA, CPC, CPM,CPE. || CPA
|Creative
+
|provides the creative data as Banner ID, Banner Name, Creative Link, Creative Type, Creative Size. (returned as list)
+
|
+
Id 49552
+
Name 20130327115527-DJ_Tira_static_Banner_320X320.gif
+
CreativeLink http://media.go2speed.org/brand/files/taptica/3530/20130327115527-DJ_Tira_static_Banner_320X320.gif
+
CreativeType banner
+
CreativeSize 320x320
+
 
|-
 
|-
 
+
| Payout || Indicates the offer Payout. || 1.2
|BlockedSubAffiliate
+
|Unauthorized sub affiliate, Specifies the sub affiliate of the affiliate which are unauthorized to run the offer.
+
|Unavailable / 1265 ...
+
 
|-
 
|-
 
+
| DailyBudget || Returns the remaining budget for specific publisher in USD or returns 'unavailable' when there is no limit. || Unlimited / 1500
|BannerText
+
|Offer promotion text.
+
|Get Free Application Now!
+
 
|-
 
|-
 
+
| Categories || Shows the offer categories as sets in Taptica system (returned as list). || Entertainment / Games
|AppIconURL
+
|link to the application Icon on app store or Google play
+
|https://lh6.ggpht.com/LmBa6jgU5zTnvb4G52ZYeCr2CAq8BEB9atNBTGkyZXIsEZTjxDA_F7YV6l1t9gpBEw=w300-rw
+
 
|-
 
|-
 
+
| HasVideo || offer contains a video creative. || true/false
|AppProviderName
+
|The Application Provider Name
+
|Playtika LTD
+
 
|-
 
|-
 
+
| VideoBanner || Companion Banner for video creative || "CompanionBanner", "Id": 2334079, "Name": "480x320.jpg"}]
|AppName
+
|The application official name as it on app store or Google play
+
|Candy Crush Sega
+
 
|-
 
|-
 
+
| Creatives || provides the creative data as Banner ID, Banner Name, Creative Link, Creative Type, Creative Size. (returned as list) || Id 49552, Name 20130327115527-DJ_Tira_static_Banner_320X320.gif, CreativeLink http://media...
|}
+
 
+
* '''[[The tracking link should be a combination of the response you get in the "TrackingLink" +  Bannerid + "DeviceIds" for example:]]'''
+
Make sure you send the banner_id in the click url
+
 
+
http://tracking.taptica.com/aff_c?tt_ls=b&offer_id=4390&tt_appid=555150599&aff_id=2004&tt_sub_aff=YYYY&tt_bannerid=49552&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=&tt_aff_impid=1321sads35sa&tt_aff_clickid=qa143287w
+
 
+
* '''[[Device Parameters: Keep in mind, the more parameters you provide us with, your conversion rate will be higher. In case "IsDeviceIdMandatory" is set to true, you must provide at least one parameter from the DeviceIds list]]'''
+
 
+
* '''Taptica supports 4 parameters for publisher use.'''
+
 
+
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
 
+
|'''Parameter''' 
+
|'''Description''' 
+
|'''Example''' 
+
 
|-
 
|-
 
+
| BlockedSubAffiliateV2 || Unauthorized sub affiliate, Specifies the sub affiliate of the affiliate which are unauthorized to run the offer. || "373329","sub_affliate353"
|Pipeline Data
+
|Used for any information that the publisher may want to send us upon click and get back via S2S postback
+
|pd=abcd1234
+
 
|-
 
|-
 
+
| AllowedSubAffiliate || Authorized sub affiliate, Specifies the sub affiliate of the affiliate which are authorized to run the offer. || Unavailable / 1265 ...
|Sub affiliaet
+
|Used for sending us your sub affiliate id upon click. The publisher can get it back via S2S postback
+
|tt_sub_aff=13461d46
+
 
|-
 
|-
 
+
| isAppNameMandatory || Indicates offers with a mandatory request to pass the specific application name of the media source to Taptica through the click URL, using parameter 'tt_app_name' || false/true
|Affiliate impression ID
+
|Used for impression id that the publisher may want to send and get back via S2S postback (alfa numeric)
+
|tt_aff_impid=1321sads35sa
+
 
|-
 
|-
 
+
| BannerText || Offer promotion text. || Get Free Application Now!
|Affiliate click ID
+
|Used for click id that the publisher may want to send and get back via S2S postback  (alfa numeric)
+
|tt_aff_clickid=qa143287w
+
 
|-
 
|-
|}
+
| IsIncent || Incentivised traffic allowed || false/true
 
+
'''[[In order to use them the publisher need to add them to the TrackingLink as in the above example.]]'''
+
 
+
== '''Taptica Device Keys''' ==
+
 
+
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
 
+
|'''Parameter'''
+
|'''Name In Request''' 
+
|'''Description''' 
+
|'''Example''' 
+
|'''Daynamic?''' 
+
 
|-
 
|-
 
+
| CallToAction || Offer promotion text- to be used with native ads || Get Free Application Now!
|IMEI
+
|tt_imei
+
|Use for send Taptica '''Plain'''  IMEI or when you don’t know what is the format of IMEI you have.
+
|tt_imei=86453214567892
+
|Yes
+
 
|-
 
|-
 
+
| payableAction || event the user required to complete in order for the publisher to get paid || Tutorial
|IMEI SHA1
+
|tt_imei_sha1
+
|Use for send Taptica IMEI in SHA1 format
+
|tt_imei_sha1=35eb6d1fc48b502e239b6449e9df534e415cad95
+
|Yes
+
 
|-
 
|-
 
+
| AppIconURL || link to the application Icon on app store or Google play || https://lh6.ggpht.com/LmBa6jgU5zTnvb4G52ZYeCr2CAq8BEB9atNBTGkyZXIsEZTjxDA_F7YV6l1t9gpBEw=w300-rw
|IMEI MD5
+
|tt_imei_md5
+
|Use for send Taptica IMEI in MD5 format
+
|tt_imei_md5=946cc1baf8bcaec827bb1828cc6d9a94
+
|Yes
+
 
|-
 
|-
 
+
| AppProviderName || The Application Provider Name || Playtika LTD
|Android ID
+
|tt_android_id
+
|Use for send Taptica Plain  Android ID or when you don’t know what is the format of Android ID you have.
+
|tt_android_id=3ee0149b4ccef71b
+
|Yes
+
 
|-
 
|-
 
+
| AppName || The application official name as it on app store or Google play || Candy Crush Sega
|Android ID SHA1
+
|tt_android_id_sha1
+
|Use for send Taptica Android ID  in SHA1 format
+
|tt_android_id_sha1=4f2e52e8157fcb729d799d1ca69160df2edf0cd4
+
|Yes
+
 
|-
 
|-
 
+
| Carriers || mobile service carriers to be targeted || [t-mobile]
|Android ID MD5
+
|tt_android_id_md5
+
|Use for send Taptica Android ID  in MD5 format
+
|tt_android_id_md5=155551c45efa667f9b470629ae9c0365
+
|Yes
+
 
|-
 
|-
 
+
| trafficType || type of targeted traffic browser-based Internet or an application. || ["MOBILEWEB", "INAPP"]
|Android Advertising ID
+
|tt_advertising_id
+
|Use for send Taptica Android advertising plain ID
+
|tt_advertising_id=3ee0149b4ccef71bs85d24derg
+
|Yes
+
 
|-
 
|-
 +
| Networks || network connection type to be targeted || ["WIFI","3G"]
 +
|}
  
|Android Advertising ID SHA1
+
== <span style="color:#333;">Taptica</span> <span style="color:#E94E24;">optional affiliate Keys</span> ==
|tt_advertising_id_sha1
+
|Use for send Taptica Android advertising ID in SHA1 format
+
|tt_advertising_id=32f2e52e8157fcb729d799d1ca69160df2edf8974
+
|Yes
+
|-
+
  
|Android Advertising ID MD5
+
{| border="1" cellspacing="0" cellpadding="10" style="width:100%; border-collapse: collapse; border: 1px solid #ddd; font-family: sans-serif; direction: ltr; text-align: left;"
|tt_advertising_id_md5
+
|- style="background-color: #f8f9fa; color: #333; font-weight: bold; border-bottom: 2px solid #E94E24;"
|Use for send Taptica Android advertising ID in MD5 format
+
| Parameter || Description || Example Value
|tt_advertising_id=2315w52e8157fcb729d799d1ca691608speofd2
+
|Yes
+
 
|-
 
|-
 
+
| Affiliate click ID || Used for click id that the publisher may want to send Taptica and get back via S2S postback (alfa numeric) || tt_aff_clickid=qa143287w
|Mac Address
+
|tt_mac
+
|Use for send Taptica Plain  Mac Address or when you don’t know what is the format of the Mac Address you have. (upper case with colon)
+
|tt_mac=44:2A:60:G5:GE:G5
+
|Yes
+
 
|-
 
|-
 
+
| Sub affiliate || Used for sending Taptica your sub affiliate id upon click. The publisher can get it back via S2S postback (alfa numeric) || tt_sub_aff=13461d46
|Mac Address SHA1
+
|tt_imei_sha1
+
|Use for send Taptica Mac Address in SHA1 format (upper case with colon)
+
|tt_mac_sha1=fa6bb084ae52461328eb9f06039be222ef287246
+
|Yes
+
 
|-
 
|-
 
+
| Affiliate impression ID || Used for impression id that the publisher may want to send Taptica and get back via S2S postback (alfa numeric) || tt_aff_impid=1321sads35sa
|Mac Address MD5
+
|tt_mac_md5
+
|Use for send Taptica Mac Address in MD5 format (upper case with colon)
+
|tt_mac_md5=80efe2256d548c85ca2f2d18de241a80
+
|Yes
+
 
|-
 
|-
 
+
| Pipeline Data || Used for any information that the publisher may want to send Taptica upon click and get back via S2S postback (alfa numeric) || pd=abcd1234
|IDFA
+
|tt_idfa
+
|Use for send Taptica Plain  IDFA or when you don’t know what is the format of IDFA you have.
+
|tt_idfa=771468523E3346ABAA04E207BBAF094B
+
|Yes
+
|-
+
 
+
|IDFA SHA1
+
|tt_idfa_sha1
+
|Use for send Taptica IDFA in SHA1 format
+
|tt_idfa_sha1=ee5c19f8cf370b5978f4b9f33343a5e79c58df9a
+
|Yes
+
|-
+
 
+
|IDFA MD5
+
|tt_idfa_md5
+
|Use for send Taptica IDFA in MD5 format
+
|tt_idfa_md5=bb1e0285fbb97ba83fdb4e72514d62f5
+
|Yes
+
|-
+
 
+
|UDID
+
|tt_udid
+
|Use for send Taptica Plain  UDID or when you don’t know what is the format of UDID you have.
+
|tt_udid=dc1816eac806878e8d1d5a8ee9406a3f71452c80
+
|Yes
+
|-
+
 
+
|UDID SHA1
+
|tt_udid_sha1
+
|Use for send Taptica UDID in SHA1 format
+
|tt_udid_sha1=1ddfad5e4377b8694b5fea2a4c4556e2add9605b
+
|Yes
+
|-
+
 
+
|UDID MD5
+
|tt_udid_md5
+
|Use for send Taptica IMEI in MD5 format
+
|tt_udid_md5=20fbe500c99939adabb4d06600eb4ee7
+
|Yes
+
|-
+
 
+
 
|}
 
|}
  
== Category List ==
+
== <span style="color:#333;">Taptica</span> <span style="color:#E94E24;">Device Keys</span> ==
The optional categories names are:
+
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
  
|Games
+
{| border="1" cellspacing="0" cellpadding="10" style="width:100%; border-collapse: collapse; border: 1px solid #ddd; font-family: sans-serif; direction: ltr; text-align: left;"
 +
|- style="background-color: #f8f9fa; color: #333; font-weight: bold; border-bottom: 2px solid #E94E24;"
 +
| Parameter || Description || Example Value
 
|-
 
|-
 
+
| IMEI || Device '''Plain''' IMEI || tt_imei=86453214567892
|Communications
+
 
|-
 
|-
 
+
| IMEI SHA1 || Device IMEI in SHA1 format || tt_imei_sha1=35eb6d1fc48b502e239b6449e9df534e415cad95
|Entertainment
+
 
|-
 
|-
 
+
| IMEI MD5 || Device IMEI in MD5 format || tt_imei_md5=946cc1baf8bcaec827bb1828cc6d9a94
|Financial Services
+
 
|-
 
|-
 
+
| Android Advertising ID || Device Android advertising plain ID || tt_advertising_id=3ee0149b4ccef71bs85d24derg
|Health and Fitness
+
 
|-
 
|-
 
+
| Android Advertising ID SHA1 || Device Android advertising ID in SHA1 format || tt_advertising_id=32f2e52e8157fcb729d799d1ca69160df2edf8974
|Shopping and Retail
+
 
|-
 
|-
 
+
| Android Advertising ID MD5 || Device Android advertising ID in MD5 format || tt_advertising_id=2315w52e8157fcb729d799d1ca691608speofd2
|Social
+
 
|-
 
|-
 
+
| Mac Address || Device Plain Mac Address or when you don’t know what is the format of the Mac Address you have. (upper case with colon) || tt_mac=44:2A:60:G5:GE:G5
|Sports
+
 
|-
 
|-
 
+
| Mac Address SHA1 || Device Mac Address in SHA1 format (upper case with colon) || tt_mac_sha1=fa6bb084ae52461328eb9f06039be222ef287246
|Travel and Local
+
 
|-
 
|-
 
+
| Mac Address MD5 || Device Mac Address in MD5 format (upper case with colon) || tt_mac_md5=80efe2256d548c85ca2f2d18de241a80
|Multimedia
+
 
|-
 
|-
 
+
| IDFA || Device Plain IDFA or when you don’t know what is the format of IDFA you have. || tt_idfa=771468523E3346ABAA04E207BBAF094B
|Automotive
+
 
|-
 
|-
 
+
| IDFA SHA1 || Device IDFA in SHA1 format || tt_idfa_sha1=ee5c19f8cf370b5978f4b9f33343a5e79c58df9a
|Books and Reference
+
|-
+
 
+
|Lifestyle
+
|-
+
 
+
|Kids
+
|-
+
 
+
|Gambling
+
|-
+
 
+
|Education
+
|-
+
 
+
|News and weather
+
 
|-
 
|-
 +
| IDFA MD5 || Device IDFA in MD5 format || tt_idfa_md5=bb1e0285fbb97ba83fdb4e72514d62f5
 
|}
 
|}
  
== '''Error messages''' ==
+
== <span style="color:#333;">Error</span> <span style="color:#E94E24;">messages</span> ==
  
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
{| border="1" cellspacing="0" cellpadding="10" style="width:100%; border-collapse: collapse; border: 1px solid #ddd; font-family: sans-serif; direction: ltr; text-align: left;"
 
+
|- style="background-color: #f8f9fa; color: #333; font-weight: bold; border-bottom: 2px solid #E94E24;"
|'''Error Code'''
+
| Error Code || Error Text || Error description
|'''Error Text''' 
+
|'''Error description''' 
+
 
|-
 
|-
 
+
| 0 || OK || Success
|0
+
|OK
+
|Success
+
 
|-
 
|-
 
+
| 100 || Not Modified. || There was no data to return, please try again. if consist please contact Taptica Support
|100
+
|Not Modified.
+
|There was no data to return, please try again. if consist please contact Taptica Support
+
 
|-
 
|-
 
+
| 200 || Bad Request. || Bad Request for parameter + the bad parameter
|200
+
|Bad Request.
+
|Bad Request for parameter + the bad parameter for example platform with value iPhtone
+
 
|-
 
|-
 
+
| 300 || Unauthorized. || Authorization error. Authentication credential are missing or incorrect.
|300
+
|Unauthorized.
+
|Authorization error. Authentication credential are missing or incorrect.
+
 
|-
 
|-
 
+
| 301 || Invalid token. || The token that was delivered is invalid
|301
+
|Invalid Token.
+
|The token that was delivered is invalid
+
 
|-
 
|-
 
+
| 400 || General Error. || Any other error that does not fall under the above errors
|400
+
|General Error.
+
|Any other error that does not fall under the above errors
+
|-
+
 
+
 
|}
 
|}
  
 +
== <span style="color:#333;">Sample</span> <span style="color:#E94E24;">Json Response</span> ==
  
=== Sample MXL Response ===
+
<div style="background: #2d2d2d; color: #8bc34a; padding: 20px; border-radius: 8px; font-family: 'Consolas', monospace; direction: ltr; text-align: left; overflow-x: auto; max-height: 500px; font-size: 13px; line-height: 1.5;">
 
+
{"Error":"OK","ErrorCode":0,"Data":[{"AppIconUrl":"http:\/\/a4.mzstatic.com\/us\/r30\/Purple4\/v4\/20\/4c\/41\/204c41c4-de06-9d79-7a28-3a3790821887\/mzl.oqwgeagh.175x175-75.jpg","AppName":"Game of War - Fire Age","AppProviderName":"Machine Zone, Inc","AppRate":"4.5","BannerText":null,"BlockedSubAffiliateV2":["323232","u_ttr01234"],"isAppNameMandatory": false",payableAction":"Tutorial","CallToAction":"Install","Carriers":[{"Carriers":[],"Country":"CA"}],"trafficType": "MOBILEWEB","Categories":["Hobbies & Interests","Video & Computer Games"],"Creatives":[{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/bcb297db136a477680ac237ae15115d4_234x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"234x60","CreativeType":"Banner","Id":2321817,"Name":"234x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a3064ecde6fa42288ffe1ee6c9b91fa1_250x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x250","CreativeType":"Banner","Id":2321818,"Name":"250x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/07521eaae5324f889b87f82e0d0066e3_120x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"120x600","CreativeType":"Banner","Id":2321819,"Name":"120x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/260596175c0f4e8f811594cf536500d7_240x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"240x350","CreativeType":"Banner","Id":2321820,"Name":"240x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84c0a1dbb5c74adea01482ae9dfdaeef_160x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"160x600","CreativeType":"Banner","Id":2321821,"Name":"160x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/74c871cd0edd487186bded2a8c688c88_300x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x50","CreativeType":"Banner","Id":2321822,"Name":"300x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84e07daf6f7246d7aef2092b9578f85e_300x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x250","CreativeType":"Banner","Id":2321823,"Name":"300x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84e07daf6f7246d7aef2092b9578f85e_300x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x250","CreativeType":"FullScreen","Id":2321824,"Name":"300x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/9fefa9b2f1fb4d71854c905a7b228214_300x250_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x250","CreativeType":"Banner","Id":2321825,"Name":"300x250_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/9fefa9b2f1fb4d71854c905a7b228214_300x250_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x250","CreativeType":"FullScreen","Id":2321826,"Name":"300x250_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/8bcbf44cf0d94b97a3404d1baa24dcf2_320x48_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x48","CreativeType":"Banner","Id":2321827,"Name":"320x48_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7ef034a2021349748d49409786584999_250x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x350","CreativeType":"Banner","Id":2321828,"Name":"250x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7ef034a2021349748d49409786584999_250x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x350","CreativeType":"FullScreen","Id":2321829,"Name":"250x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/c0d639b5ff2842bb81438cffa6be5434_320x50_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"320x50","CreativeType":"Banner","Id":2321830,"Name":"320x50_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/50d52c111f134fcbaafdaa09e088e112_300x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x600","CreativeType":"Banner","Id":2321831,"Name":"300x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/48a9bcc811254d4095100a2512769c73_336x280_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"336x280","CreativeType":"Banner","Id":2321832,"Name":"336x280_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/5660a2e89d8a450996361c060e48d85d_320x480_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"320x480","CreativeType":"FullScreen","Id":2321833,"Name":"320x480_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/fe06de73314841c0ad5e1dbc9c0f45ba_468x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"468x60","CreativeType":"Banner","Id":2321834,"Name":"468x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d6182507dbc643959ab05f11356007a3_480x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x50","CreativeType":"Banner","Id":2321835,"Name":"480x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0e099b70f30646c198289727da99149c_400x800_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"400x800","CreativeType":"FullScreen","Id":2321836,"Name":"400x800_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/2373978de58b493c954250d364b0a51c_320x480_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x480","CreativeType":"FullScreen","Id":2321837,"Name":"320x480_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/98025827bde04f349714e83313577732_320x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x50","CreativeType":"Banner","Id":2321838,"Name":"320x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/4fe48ba89cf7484ab02a9d2c102adf1e_480x320_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"480x320","CreativeType":"FullScreen","Id":2321839,"Name":"480x320_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a8b4c44740af4e58a71796476afd1789_480x320_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x320","CreativeType":"FullScreen","Id":2321840,"Name":"480x320_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7e885b59a255459bbd980c5e4ba99208_390x200_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"390x200","CreativeType":"Banner","Id":2321841,"Name":"390x200_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/2aa41a79eda64e02a809c243cd40eb27_300x50_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x50","CreativeType":"Banner","Id":2321842,"Name":"300x50_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d2b3281e3cb643dd85b8519651eb9f03_640x100_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x100","CreativeType":"Banner","Id":2321843,"Name":"640x100_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a5ca2431a6a145dd902e365438b38520_512x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"512x250","CreativeType":"Banner","Id":2321844,"Name":"512x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a5ca2431a6a145dd902e365438b38520_512x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"512x250","CreativeType":"FullScreen","Id":2321845,"Name":"512x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/575d113eb42d4f7285b115d5f5902601_640x290_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x290","CreativeType":"Banner","Id":2321846,"Name":"640x290_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0391709b1c71463d8e9a8bb97f56f211_648x340_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"648x340","CreativeType":"Banner","Id":2321847,"Name":"648x340_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/be0140c22d2142eeb2402b0923ae5114_705x344_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"705x344","CreativeType":"Banner","Id":2321848,"Name":"705x344_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/864cd48b867d483a91cda57d3b62bb4c_640x960_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x960","CreativeType":"FullScreen","Id":2321849,"Name":"640x960_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0aa2a3199c214eadb6b132055b75cd5f_768x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"768x90","CreativeType":"Banner","Id":2321850,"Name":"768x90_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/901283dea5684451b7f4c4bbc8a0a1b9_480x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x60","CreativeType":"Banner","Id":2321851,"Name":"480x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e181df0a50eb4b04a52fc60276efa868_750x560_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"750x560","CreativeType":"Banner","Id":2321852,"Name":"750x560_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/db8889bf547042d7a7a968203f8e600c_800x400_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x400","CreativeType":"FullScreen","Id":2321853,"Name":"800x400_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/4f45ed4d91d842e18f0d36bf647e4c31_768x1024_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"768x1024","CreativeType":"FullScreen","Id":2321854,"Name":"768x1024_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7a5cb9222f324eda8ba92d4b6344eaa6_800x440_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x440","CreativeType":"Banner","Id":2321855,"Name":"800x440_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d330af2b2a6d4265955c54cacd280eea_720x1280_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"720x1280","CreativeType":"FullScreen","Id":2321856,"Name":"720x1280_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a1bb281d1cde44e0b56b263716d6b4af_800x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x600","CreativeType":"Banner","Id":2321857,"Name":"800x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e8d00066796b48979f344d4e71b1d809_1024x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x90","CreativeType":"Banner","Id":2321858,"Name":"1024x90_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/dce302ce87ad4a168f5151b640367cd6_1024x500_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x500","CreativeType":"Banner","Id":2321859,"Name":"1024x500_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/dce302ce87ad4a168f5151b640367cd6_1024x500_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x500","CreativeType":"FullScreen","Id":2321860,"Name":"1024x500_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/23fdb226ac9749cf9f6e5d7d5ff356af_1024x768_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x768","CreativeType":"FullScreen","Id":2321861,"Name":"1024x768_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/b67b4dac7ed742659d43ae3b26fa7074_1200x627_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1200x627","CreativeType":"Banner","Id":2321862,"Name":"1200x627_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/65309c61c76e406485ce1c235eaa1c86_960x640_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"960x640","CreativeType":"FullScreen","Id":2321863,"Name":"960x640_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/3f1bc40b4f484e9bacc5c33e46a58fd5_1280x720_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1280x720","CreativeType":"FullScreen","Id":2321864,"Name":"1280x720_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e0bda65d207e45c289b234ba2ba0b65f_728x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"728x90","CreativeType":"Banner","Id":2321865,"Name":"728x90_SoldierCompany_ios_GEN_EN.jpg"}],"DailyBudget":"2450","Description":" Domination of the Kingdom! PLAY FOR FREE in the most addicting & interactive Action Strategy MMO GAME!","DeviceIds":["udid","idfa","mac","udid_sha1","idfa_sha1","mac_sha1","udid_md5","idfa_md5","mac_md5"],"HasVideo":false,"IsDeviceIdMandatory":false,"IsIncent":false,"MarketAppId":"667728512","MinOsVersion":"8.0","Name":"Game of war iphone CA Bucket 1 soldiercompany","Networks":["WIFI","3G"],"OfferId":"26910","Payout":8.75000,"payoutType":"CPA","Platforms":["IPhone"],"PreviewLink":"https:\/\/itunes.apple.com\/app\/game-of-war-fire-age\/id667728512","SupportedCountriesV2":[{"city":null,"country":"CA","region":null}],"TrackingLink":"http:\/\/clk.taptica.com\/aff_c?tt_ls=b&offer_id=26910&aff_id=3125018&tt_appid=667728512&tt_bannerid="},"ImpressionUrl":"https://impression.taptica.com/aff_i?ver=bulk&tt_ls=b&offer_id=19604&tt_appid=550854415&aff_id=6905&tt_bannerid="}}]
<BulkApi>
+
</div>
  <error>OK</error>
+
  <errorCode>0</errorCode>
+
<Offer>
+
  <OfferId>14943</OfferId>
+
  <OfferName>Test Offer Black - iPhone</OfferName>
+
  <OfferDescription>Test Offer Black - iPhone</OfferDescription>
+
  <SupportedPlatform>IPhone</SupportedPlatform>
+
  <SupportedPlatform>IPod</SupportedPlatform>
+
  <MinimumOSVersion>4</MinimumOSVersion>
+
  <MarketAppId>Test Offer Black</MarketAppId>
+
  <PreviewLink>
+
  https://itunes.apple.com/us/app/candy-crush-saga/id553834731?mt=8
+
  </PreviewLink>
+
  <TrackingLink>
+
  http://tracking.taptica.com/aff_c?tt_ls=b&offer_id=14943&aff_id=3125018&tt_appid=Test_Offer_Black&tt_bannerid=
+
  </TrackingLink>
+
  <DeviceIdMandatory>false</DeviceIdMandatory>
+
  <BlockedSubAffiliate>Unavailable</BlockedSubAffiliate>
+
  <SupportedCountry>US</SupportedCountry>
+
  <SupportedCountry>GB</SupportedCountry>
+
  <SupportedCountry>AE</SupportedCountry>
+
  <SupportedCountry>IL</SupportedCountry>
+
  <Network>WIFI</Network>
+
  <Network>3G</Network>
+
  <PayoutType>CPA</PayoutType>
+
  <Payout>0.00000</Payout>
+
  <DailyBudget>Unlimited</DailyBudget>
+
  <Category>games</Category>
+
  <Category>multimedia</Category>
+
  <Category>automotive</Category>
+
  <Category>books and reference</Category>
+
  <Category>lifestyle</Category>
+
  <Category>kids</Category>
+
  <Category>gambling</Category>
+
  <Category>education</Category>
+
  <Category>news and weather</Category>
+
  <Category>communications</Category>
+
  <Category>entertainment</Category>
+
  <Category>financial services</Category>
+
  <Category>health and fitness</Category>
+
  <Category>shopping and retail</Category>
+
  <Category>social</Category>
+
  <Category>sports</Category>
+
  <Category>travel and local</Category>
+
  <Creative>
+
  <Id>177192</Id>
+
  <Name>300X250_black_animated.gif</Name>
+
  <CreativeLink>
+
    http://76b3ceeab4c855fb9953-3bebc903fd41a20c171fdfefdfe53008.r84.cf2.rackcdn.com/14943/20140616/d1a2268bb8504e8481acaf6678affbe2_300X250_black_animated.gif
+
  </CreativeLink>
+
  <CreativeType>FullScreen</CreativeType>
+
  <CreativeSize>300x250</CreativeSize>
+
  </Creative>
+
  <Creative>
+
  <Id>106245</Id>
+
  <Name>Dragon1.mp4</Name>
+
  <CreativeLink>
+
    http://76b3ceeab4c855fb9953-3bebc903fd41a20c171fdfefdfe53008.r84.cf2.rackcdn.com/14943_da8e34ec13d14419b5dca863fad45657_Dragon1.mp4
+
  </CreativeLink>
+
  <CreativeType>Video</CreativeType>
+
  <CreativeSize>320x480</CreativeSize>
+
  </Creative>
+
</Offer>
+
  
</BulkApi>
+
<div style="margin-top: 50px; padding: 20px; border-top: 1px solid #eee; color: #888; font-size: 13px; text-align: center; direction: ltr;">
 +
© 2026 '''Taptica''' Ltd. | Performance Division of Nexxen
 +
</div>

Latest revision as of 12:11, 12 May 2026

Taptica Bulk API

Taptica Bulk API allows publishers to pull offers Meta data directly from our servers, the offers inventory will be associated with your account by Taptica media managers.

Since there are frequent changes in the offers list,The publisher is responsible to generate an API request every 15 minutes.
In case an active is no longer part of the the response, please Remove the offer from production.

Taptica is limiting the numbers of daily requests per country,once you exceed 3000 requests you will not get a response.

Contents

[edit] Request

• The request is sent via an HTTP "Get request" to the following URL: https://api.taptica.com/v2/bulk?token={affiliate-token}

• The body of the POST contains URL encoded key/value pairs separated by "&".

• Request headers should include:
Header name: Accept-Encoding
Header value: gzip

Json Gzipped format - for testing purposes only, please do not use with live traffic:

https://api.taptica.com/v2/bulk?token=7Bhisedf1PmH8bs7goa2jw%3d%3d&platforms=iPhone&version=2&format=json&countries=US

Request parameters

  • Case sensitive
Parameter Name In Request Description Example Mandatory
token token Your Taptica affiliate token - will be sent as part of the integration token=7Bhisedf1PmH8bs7goa2jw%3d%3d Yes
platforms Platforms Indicate the Platform of the requested offers. Can be either iPhone, iPad, iPod, Android. platforms=iPhone Yes
countries countries Enter the country codes of the requested offers. Can be multiple selection. countries=US,BG No
version version=2 current version of Taptica API version=2 Yes
payout Type payoutType Specifies the requested offer payout. Can be either CPA, CPC,CPE, CPM. Mostly, Taptica supports CPA, CPC , CPE offers. payoutType=cpa No
minPayout Min Payout Specifies the minimum payout offer you would like to get in the response. (if you do not want to filter by country leave it empty) minPayout=1.2 No
categories Categories Specifies the offer categories you would like to get in the response. categories=Games,Travel and Local, No
noCreative No creative No creative allow the publisher to decide if the response will include the creative or won't (the value can be false or true) noCreative=True No
size Creative size allow the publisher to decide which creative size will be include in the response (in case he wise to get specific banner size) size=320X480,320X50,728X90 No
format format Specifies the response type. json(Default). json No
gzip gzip Taptica response will be sent zipped true YES

Category List in compliance with IAB - please see category list here: https://gist.github.com/thiagozs/6732050

[edit] Response parameters

Parameter Description Example
OfferId Taptica internal offer ID. 4960
Name Taptica internal offer name. Underworld Empire- US- iPhone
Description Offer description. Play with MILLIONs of players NOW in the LARGEST, most INTENSE, SOCIAL CRIME MMO!
platforms Supported platform. iPhone
MinOsVersion Minimum OS version. 4.3
MarketAppId Google / Appstore application id. 555150599
AppRate application rate based on rate in the app/google store "AppRate": "4"
PreviewLink Link to the application in Appstore. https://itunes.apple.com/us/app/underworld-empire/id555150599
TrackingLink Taptica basic tracking link *(please see explanation below) http://tracking.taptica.com/aff_c?tt_ls=b&offer_id=4390&tt_appid=555150599&aff_id=2004&tt_sub_aff=YYYY&tt_bannerid=49552&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=&tt_aff_impid=1321sads35sa&tt_aff_clickid=qa143287w
ImpressionUrl Taptica basic impression link *(please see explanation below) https://impression.taptica.com/aff_i?ver=bulk&tt_ls=b&offer_id=4390&tt_appid=555150599&aff_id=2004&tt_sub_aff=YYYY&tt_bannerid=49552&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=&tt_aff_impid=1321sads35sa&tt_aff_clickid=qa143287w
IsDeviceIdMandatory when set to true, it means that the application must get at least one of the device parameters specified in the "DeviceIds". false / true
DeviceIds Indicates the supporeted device ids tt_mac,tt_mac_sha1,tt_mac_md5,tt_idfa,tt_idfa_sha1,tt_idfa_md5
SupportedCountriesV2 Indicates the offer's supported countries (returned as list). US
city Indicates the offer's supported cities (returned as list under each coutry). Albany
region Indicates the offer's supported regions (returned as list under each country). New York
payoutType Indicates the offer Payout Type, can be either CPA, CPC, CPM,CPE. CPA
Payout Indicates the offer Payout. 1.2
DailyBudget Returns the remaining budget for specific publisher in USD or returns 'unavailable' when there is no limit. Unlimited / 1500
Categories Shows the offer categories as sets in Taptica system (returned as list). Entertainment / Games
HasVideo offer contains a video creative. true/false
VideoBanner Companion Banner for video creative "CompanionBanner", "Id": 2334079, "Name": "480x320.jpg"}]
Creatives provides the creative data as Banner ID, Banner Name, Creative Link, Creative Type, Creative Size. (returned as list) Id 49552, Name 20130327115527-DJ_Tira_static_Banner_320X320.gif, CreativeLink http://media...
BlockedSubAffiliateV2 Unauthorized sub affiliate, Specifies the sub affiliate of the affiliate which are unauthorized to run the offer. "373329","sub_affliate353"
AllowedSubAffiliate Authorized sub affiliate, Specifies the sub affiliate of the affiliate which are authorized to run the offer. Unavailable / 1265 ...
isAppNameMandatory Indicates offers with a mandatory request to pass the specific application name of the media source to Taptica through the click URL, using parameter 'tt_app_name' false/true
BannerText Offer promotion text. Get Free Application Now!
IsIncent Incentivised traffic allowed false/true
CallToAction Offer promotion text- to be used with native ads Get Free Application Now!
payableAction event the user required to complete in order for the publisher to get paid Tutorial
AppIconURL link to the application Icon on app store or Google play https://lh6.ggpht.com/LmBa6jgU5zTnvb4G52ZYeCr2CAq8BEB9atNBTGkyZXIsEZTjxDA_F7YV6l1t9gpBEw=w300-rw
AppProviderName The Application Provider Name Playtika LTD
AppName The application official name as it on app store or Google play Candy Crush Sega
Carriers mobile service carriers to be targeted [t-mobile]
trafficType type of targeted traffic browser-based Internet or an application. ["MOBILEWEB", "INAPP"]
Networks network connection type to be targeted ["WIFI","3G"]

[edit] Taptica optional affiliate Keys

Parameter Description Example Value
Affiliate click ID Used for click id that the publisher may want to send Taptica and get back via S2S postback (alfa numeric) tt_aff_clickid=qa143287w
Sub affiliate Used for sending Taptica your sub affiliate id upon click. The publisher can get it back via S2S postback (alfa numeric) tt_sub_aff=13461d46
Affiliate impression ID Used for impression id that the publisher may want to send Taptica and get back via S2S postback (alfa numeric) tt_aff_impid=1321sads35sa
Pipeline Data Used for any information that the publisher may want to send Taptica upon click and get back via S2S postback (alfa numeric) pd=abcd1234

[edit] Taptica Device Keys

Parameter Description Example Value
IMEI Device Plain IMEI tt_imei=86453214567892
IMEI SHA1 Device IMEI in SHA1 format tt_imei_sha1=35eb6d1fc48b502e239b6449e9df534e415cad95
IMEI MD5 Device IMEI in MD5 format tt_imei_md5=946cc1baf8bcaec827bb1828cc6d9a94
Android Advertising ID Device Android advertising plain ID tt_advertising_id=3ee0149b4ccef71bs85d24derg
Android Advertising ID SHA1 Device Android advertising ID in SHA1 format tt_advertising_id=32f2e52e8157fcb729d799d1ca69160df2edf8974
Android Advertising ID MD5 Device Android advertising ID in MD5 format tt_advertising_id=2315w52e8157fcb729d799d1ca691608speofd2
Mac Address Device Plain Mac Address or when you don’t know what is the format of the Mac Address you have. (upper case with colon) tt_mac=44:2A:60:G5:GE:G5
Mac Address SHA1 Device Mac Address in SHA1 format (upper case with colon) tt_mac_sha1=fa6bb084ae52461328eb9f06039be222ef287246
Mac Address MD5 Device Mac Address in MD5 format (upper case with colon) tt_mac_md5=80efe2256d548c85ca2f2d18de241a80
IDFA Device Plain IDFA or when you don’t know what is the format of IDFA you have. tt_idfa=771468523E3346ABAA04E207BBAF094B
IDFA SHA1 Device IDFA in SHA1 format tt_idfa_sha1=ee5c19f8cf370b5978f4b9f33343a5e79c58df9a
IDFA MD5 Device IDFA in MD5 format tt_idfa_md5=bb1e0285fbb97ba83fdb4e72514d62f5

[edit] Error messages

Error Code Error Text Error description
0 OK Success
100 Not Modified. There was no data to return, please try again. if consist please contact Taptica Support
200 Bad Request. Bad Request for parameter + the bad parameter
300 Unauthorized. Authorization error. Authentication credential are missing or incorrect.
301 Invalid token. The token that was delivered is invalid
400 General Error. Any other error that does not fall under the above errors

[edit] Sample Json Response

{"Error":"OK","ErrorCode":0,"Data":[{"AppIconUrl":"http:\/\/a4.mzstatic.com\/us\/r30\/Purple4\/v4\/20\/4c\/41\/204c41c4-de06-9d79-7a28-3a3790821887\/mzl.oqwgeagh.175x175-75.jpg","AppName":"Game of War - Fire Age","AppProviderName":"Machine Zone, Inc","AppRate":"4.5","BannerText":null,"BlockedSubAffiliateV2":["323232","u_ttr01234"],"isAppNameMandatory": false",payableAction":"Tutorial","CallToAction":"Install","Carriers":[{"Carriers":[],"Country":"CA"}],"trafficType": "MOBILEWEB","Categories":["Hobbies & Interests","Video & Computer Games"],"Creatives":[{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/bcb297db136a477680ac237ae15115d4_234x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"234x60","CreativeType":"Banner","Id":2321817,"Name":"234x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a3064ecde6fa42288ffe1ee6c9b91fa1_250x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x250","CreativeType":"Banner","Id":2321818,"Name":"250x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/07521eaae5324f889b87f82e0d0066e3_120x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"120x600","CreativeType":"Banner","Id":2321819,"Name":"120x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/260596175c0f4e8f811594cf536500d7_240x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"240x350","CreativeType":"Banner","Id":2321820,"Name":"240x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84c0a1dbb5c74adea01482ae9dfdaeef_160x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"160x600","CreativeType":"Banner","Id":2321821,"Name":"160x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/74c871cd0edd487186bded2a8c688c88_300x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x50","CreativeType":"Banner","Id":2321822,"Name":"300x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84e07daf6f7246d7aef2092b9578f85e_300x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x250","CreativeType":"Banner","Id":2321823,"Name":"300x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/84e07daf6f7246d7aef2092b9578f85e_300x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x250","CreativeType":"FullScreen","Id":2321824,"Name":"300x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/9fefa9b2f1fb4d71854c905a7b228214_300x250_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x250","CreativeType":"Banner","Id":2321825,"Name":"300x250_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/9fefa9b2f1fb4d71854c905a7b228214_300x250_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x250","CreativeType":"FullScreen","Id":2321826,"Name":"300x250_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/8bcbf44cf0d94b97a3404d1baa24dcf2_320x48_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x48","CreativeType":"Banner","Id":2321827,"Name":"320x48_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7ef034a2021349748d49409786584999_250x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x350","CreativeType":"Banner","Id":2321828,"Name":"250x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7ef034a2021349748d49409786584999_250x350_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"250x350","CreativeType":"FullScreen","Id":2321829,"Name":"250x350_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/c0d639b5ff2842bb81438cffa6be5434_320x50_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"320x50","CreativeType":"Banner","Id":2321830,"Name":"320x50_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/50d52c111f134fcbaafdaa09e088e112_300x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"300x600","CreativeType":"Banner","Id":2321831,"Name":"300x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/48a9bcc811254d4095100a2512769c73_336x280_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"336x280","CreativeType":"Banner","Id":2321832,"Name":"336x280_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/5660a2e89d8a450996361c060e48d85d_320x480_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"320x480","CreativeType":"FullScreen","Id":2321833,"Name":"320x480_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/fe06de73314841c0ad5e1dbc9c0f45ba_468x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"468x60","CreativeType":"Banner","Id":2321834,"Name":"468x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d6182507dbc643959ab05f11356007a3_480x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x50","CreativeType":"Banner","Id":2321835,"Name":"480x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0e099b70f30646c198289727da99149c_400x800_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"400x800","CreativeType":"FullScreen","Id":2321836,"Name":"400x800_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/2373978de58b493c954250d364b0a51c_320x480_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x480","CreativeType":"FullScreen","Id":2321837,"Name":"320x480_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/98025827bde04f349714e83313577732_320x50_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"320x50","CreativeType":"Banner","Id":2321838,"Name":"320x50_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/4fe48ba89cf7484ab02a9d2c102adf1e_480x320_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"480x320","CreativeType":"FullScreen","Id":2321839,"Name":"480x320_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a8b4c44740af4e58a71796476afd1789_480x320_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x320","CreativeType":"FullScreen","Id":2321840,"Name":"480x320_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7e885b59a255459bbd980c5e4ba99208_390x200_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"390x200","CreativeType":"Banner","Id":2321841,"Name":"390x200_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/2aa41a79eda64e02a809c243cd40eb27_300x50_SoldierCompany_ios_GEN_EN.gif","CreativeSize":"300x50","CreativeType":"Banner","Id":2321842,"Name":"300x50_SoldierCompany_ios_GEN_EN.gif"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d2b3281e3cb643dd85b8519651eb9f03_640x100_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x100","CreativeType":"Banner","Id":2321843,"Name":"640x100_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a5ca2431a6a145dd902e365438b38520_512x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"512x250","CreativeType":"Banner","Id":2321844,"Name":"512x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a5ca2431a6a145dd902e365438b38520_512x250_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"512x250","CreativeType":"FullScreen","Id":2321845,"Name":"512x250_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/575d113eb42d4f7285b115d5f5902601_640x290_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x290","CreativeType":"Banner","Id":2321846,"Name":"640x290_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0391709b1c71463d8e9a8bb97f56f211_648x340_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"648x340","CreativeType":"Banner","Id":2321847,"Name":"648x340_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/be0140c22d2142eeb2402b0923ae5114_705x344_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"705x344","CreativeType":"Banner","Id":2321848,"Name":"705x344_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/864cd48b867d483a91cda57d3b62bb4c_640x960_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"640x960","CreativeType":"FullScreen","Id":2321849,"Name":"640x960_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/0aa2a3199c214eadb6b132055b75cd5f_768x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"768x90","CreativeType":"Banner","Id":2321850,"Name":"768x90_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/901283dea5684451b7f4c4bbc8a0a1b9_480x60_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"480x60","CreativeType":"Banner","Id":2321851,"Name":"480x60_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e181df0a50eb4b04a52fc60276efa868_750x560_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"750x560","CreativeType":"Banner","Id":2321852,"Name":"750x560_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/db8889bf547042d7a7a968203f8e600c_800x400_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x400","CreativeType":"FullScreen","Id":2321853,"Name":"800x400_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/4f45ed4d91d842e18f0d36bf647e4c31_768x1024_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"768x1024","CreativeType":"FullScreen","Id":2321854,"Name":"768x1024_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/7a5cb9222f324eda8ba92d4b6344eaa6_800x440_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x440","CreativeType":"Banner","Id":2321855,"Name":"800x440_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/d330af2b2a6d4265955c54cacd280eea_720x1280_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"720x1280","CreativeType":"FullScreen","Id":2321856,"Name":"720x1280_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/a1bb281d1cde44e0b56b263716d6b4af_800x600_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"800x600","CreativeType":"Banner","Id":2321857,"Name":"800x600_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e8d00066796b48979f344d4e71b1d809_1024x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x90","CreativeType":"Banner","Id":2321858,"Name":"1024x90_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/dce302ce87ad4a168f5151b640367cd6_1024x500_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x500","CreativeType":"Banner","Id":2321859,"Name":"1024x500_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/dce302ce87ad4a168f5151b640367cd6_1024x500_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x500","CreativeType":"FullScreen","Id":2321860,"Name":"1024x500_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/23fdb226ac9749cf9f6e5d7d5ff356af_1024x768_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1024x768","CreativeType":"FullScreen","Id":2321861,"Name":"1024x768_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/b67b4dac7ed742659d43ae3b26fa7074_1200x627_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1200x627","CreativeType":"Banner","Id":2321862,"Name":"1200x627_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/65309c61c76e406485ce1c235eaa1c86_960x640_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"960x640","CreativeType":"FullScreen","Id":2321863,"Name":"960x640_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/3f1bc40b4f484e9bacc5c33e46a58fd5_1280x720_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"1280x720","CreativeType":"FullScreen","Id":2321864,"Name":"1280x720_SoldierCompany_ios_GEN_EN.jpg"},{"CreativeLink":"http:\/\/77312bc1cfc3c28ac80c-6d4b9704fc8953c8a8632c8819becf02.r62.cf2.rackcdn.com\/26910\/201501003\/e0bda65d207e45c289b234ba2ba0b65f_728x90_SoldierCompany_ios_GEN_EN.jpg","CreativeSize":"728x90","CreativeType":"Banner","Id":2321865,"Name":"728x90_SoldierCompany_ios_GEN_EN.jpg"}],"DailyBudget":"2450","Description":" Domination of the Kingdom! PLAY FOR FREE in the most addicting & interactive Action Strategy MMO GAME!","DeviceIds":["udid","idfa","mac","udid_sha1","idfa_sha1","mac_sha1","udid_md5","idfa_md5","mac_md5"],"HasVideo":false,"IsDeviceIdMandatory":false,"IsIncent":false,"MarketAppId":"667728512","MinOsVersion":"8.0","Name":"Game of war iphone CA Bucket 1 soldiercompany","Networks":["WIFI","3G"],"OfferId":"26910","Payout":8.75000,"payoutType":"CPA","Platforms":["IPhone"],"PreviewLink":"https:\/\/itunes.apple.com\/app\/game-of-war-fire-age\/id667728512","SupportedCountriesV2":[{"city":null,"country":"CA","region":null}],"TrackingLink":"http:\/\/clk.taptica.com\/aff_c?tt_ls=b&offer_id=26910&aff_id=3125018&tt_appid=667728512&tt_bannerid="},"ImpressionUrl":"https://impression.taptica.com/aff_i?ver=bulk&tt_ls=b&offer_id=19604&tt_appid=550854415&aff_id=6905&tt_bannerid="}}]

© 2026 Taptica Ltd. | Performance Division of Nexxen

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox