Bulk API

From wiki.taptica.com
(Difference between revisions)
Jump to: navigation, search
(Important!)
 
(160 intermediate revisions by one user not shown)
Line 1: Line 1:
  
Taptica Bulk API allows you to get all the offers Meta data from your account.
+
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.
The offers you will get in the results will be attached from the offers that your account manager add to your offers list.
+
  
== '''Important!''' ==
 
  
Since there are frequent changes in the production offer lists
 
'''The publisher responsible''' to generate the request every hours. In case offer that was returned in previews response is no longer in the response it's mean you have to '''Remove''' the offer from production.
 
  
== '''Request''' ==
+
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.
  
• The request is sent via an HTTP POST to the following URL: http://webapi.reports.taptica.com/v2/bulk?
+
 
 +
Taptica is limiting the numbers of daily requests per country,once you exceed 3000 requests you will not get a response.
 +
 
 +
==='''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 "&".  
 
• The body of the POST contains URL encoded key/value pairs separated by "&".  
  
Example: Post to http://webapi.reports.taptica.com/v2/bulk?
+
• Request headers should include:<br>
token=hSuz7l0OUjwVy4uGX2bfAw%3d%3d&platforms=iPhone&countries=IL,US&payoutType=&minPayout=0.5&categories=Game&format=XML
+
Header name: Accept-Encoding<br>
 +
Header value: gzip<br>
  
'''Request parameters'''
 
  
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
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
 +
{| border="1" cellspacing="0" cellpadding="5" valign="top" style="color: black" "
  
 
|'''Parameter'''
 
|'''Parameter'''
Line 25: Line 34:
 
|'''Description'''   
 
|'''Description'''   
 
|'''Example'''   
 
|'''Example'''   
|'''RMandatory'''   
+
|'''Mandatory'''   
 
|-
 
|-
  
|Token
 
 
|token
 
|token
|Your Taptica private token
+
|token
|Token=hSuz7l0OUjwVy4uGX2bfAw%3d%3d&platforms
+
|Your Taptica affiliate token - will be sent as part of the integration
 +
|token=7Bhisedf1PmH8bs7goa2jw%3d%3d
 
|Yes
 
|Yes
 
|-
 
|-
  
|Platforms
 
 
|platforms
 
|platforms
|indicate the Platform of the requested offers. Can be either iPhone, iPad, iPod, Android.  
+
|Platforms
 +
|Indicate the Platform of the requested offers. Can be either iPhone, iPad, iPod, Android.  
 
|platforms=iPhone
 
|platforms=iPhone
 
|Yes
 
|Yes
 
|-
 
|-
  
|Countries
 
 
|countries
 
|countries
|Enter the country codes of the request offers.can be multiple selection.'''Note''' some time you won't get response since Taptica don’t have offer for the specified country.  
+
|countries
|countries=US,UK
+
|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
 
|Yes
 
|-
 
|-
  
|PayoutType
+
 
 +
|payout Type
 
|payoutType
 
|payoutType
|specified the requested offer payout. Can be either CPA, CPC, CPM, Mostly Taptica support CPI offers
+
|Specifies the requested offer payout. Can be either CPA, CPC,CPE, CPM. Mostly, Taptica supports CPA, CPC , CPE offers.
|payoutType=cpi
+
|payoutType=cpa
|Yes
+
|No
 
|-
 
|-
  
|MinPayout
 
 
|minPayout
 
|minPayout
|specified the minimume Payout offer you would like to get in the response
+
|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
 
|minPayout=1.2
 
|No
 
|No
 
|-
 
|-
  
|Categories
 
 
|categories
 
|categories
|specified the offers Categories you would like to get in the response
+
|Categories
|minPayout=Games,Travel and Local,
+
|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
 
|No
 
|-
 
|-
  
|Format
 
 
|format
 
|format
|specified the response type can be either JSON,XML,CSV
+
|format
|XML, CSV, Json
+
|Specifies the response type. json(Default).
|Yes
+
|json
 +
|No
 
|-
 
|-
 +
 +
|gzip
 +
|gzip
 +
|Taptica response will be sent zipped
 +
|true
 +
|YES
 +
|-
 +
 
|}
 
|}
  
== '''Response''' ==
+
'''Category List in compliance with IAB'''
  
 +
please see category list here : https://gist.github.com/thiagozs/6732050
  
'''Request parameters'''
 
  
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
 
 +
 
 +
'''Response parameters'''
 +
 
 +
{| border="1" cellspacing="0" cellpadding="5" valign="top"
  
 
|'''Parameter'''   
 
|'''Parameter'''   
Line 91: Line 135:
 
|-
 
|-
  
|ID
+
|OfferId
|Taptica internal offer ID
+
|Taptica internal offer ID.
|Underworld Empire- US- iPhone
+
|4960
 
|-
 
|-
  
|Offer Name
+
|Name
|Taptica internal offer name
+
|Taptica internal offer name.
 
|Underworld Empire- US- iPhone
 
|Underworld Empire- US- iPhone
 
|-
 
|-
  
 
|Description
 
|Description
|Offer description
+
|Offer description.
 
|Play with MILLIONs of players NOW in the LARGEST, most INTENSE, SOCIAL CRIME MMO!
 
|Play with MILLIONs of players NOW in the LARGEST, most INTENSE, SOCIAL CRIME MMO!
 
|-
 
|-
  
|Platform
+
|platforms
|Supported platform
+
|Supported platform.
 
|iPhone
 
|iPhone
|-
 
 
|CampaignId
 
|Taptica internal campaign ID.
 
|3
 
 
|-
 
|-
  
Line 121: Line 160:
 
|-
 
|-
  
|AdvAppId
+
|MarketAppId
 
|Google / Appstore application id.
 
|Google / Appstore application id.
 
|555150599
 
|555150599
 +
|-
 +
 +
|AppRate
 +
|application rate based on rate in the app/google store
 +
|"AppRate": "4"
 
|-
 
|-
  
 
|PreviewLink
 
|PreviewLink
|Link to the application in Google / Appstore.
+
|Link to the application in Appstore.
 
|https://itunes.apple.com/us/app/underworld-empire/id555150599
 
|https://itunes.apple.com/us/app/underworld-empire/id555150599
 
|-
 
|-
  
 
|TrackingLink
 
|TrackingLink
|Taptica basic tracking link * (please see explanation below)
+
|Taptica basic tracking link *(please see explanation below)
|http://tracking.taptica.com/aff_c?offer_id=4390&tt_appid=555150599&aff_id=2004
+
|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
 
|IsDeviceIdMandatory
|when set to ture its means that the application '''must''' get at least one of the device parameters that specified in the "DeviceIds"
+
|when set to true, it means that the application '''must''' get at least one of the device parameters specified in the "DeviceIds".
 
|false / true
 
|false / true
 
|-
 
|-
  
 
|DeviceIds
 
|DeviceIds
|Indicate the offer supporeted device id, in case the IsDeviceIdMandatory is true  Taptica mast get at least one of the devie parameters. (returen as list).
+
|Indicates the supporeted device ids
 
|tt_mac,tt_mac_sha1,tt_mac_md5,tt_idfa,tt_idfa_sha1,tt_idfa_md5
 
|tt_mac,tt_mac_sha1,tt_mac_md5,tt_idfa,tt_idfa_sha1,tt_idfa_md5
 
|-
 
|-
  
|SupportedCountries
+
|SupportedCountriesV2
|Indicate the offer supported countries (returen as list)
+
|Indicates the offer's supported countries (returned as list).
 
|US
 
|US
 
|-
 
|-
  
|PayoutType
+
 
|Indicate the offer Payout Type, can be either CPA, CPC, CPM
+
|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
 
|CPA
 
|-
 
|-
  
 
|Payout
 
|Payout
|Indicate the offer Payout  
+
|Indicates the offer Payout.
 
|1.2
 
|1.2
 
|-
 
|-
  
 
|DailyBudget
 
|DailyBudget
|returen the publisher budget in Dolars for the specific offer or unlimited when there is no limit  
+
|Returns the remaining budget for specific publisher in USD  or returns 'unavailable' when there is no limit.
 
|Unlimited / 1500
 
|Unlimited / 1500
 
|-
 
|-
  
|Category
+
|Categories
|Show the offers categories as sets in Taptica system (returen as list)
+
|Shows the offer categories as sets in Taptica system (returned as list).
 
|Entertainment / Games
 
|Entertainment / Games
 
|-
 
|-
  
|Creative
+
|HasVideo
|provied the creative data as Banner ID, banner name, creative link, Creative type, creative size. (returen as list)  
+
|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
 
  Id 49552
Line 179: Line 252:
 
  CreativeType banner
 
  CreativeType banner
 
  CreativeSize 320x320
 
  CreativeSize 320x320
 +
|-
 +
 +
|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
 
|BannerText
|offer promotion text
+
|Offer promotion text.
 
|Get Free Application Now!
 
|Get Free Application Now!
 
|-
 
|-
  
|}
+
|IsIncent
 +
|Incentivised traffic allowed
 +
|false/true
 +
|-
  
* '''[[The tracking link should be combination of the response you get in the "TrackingLink"+"DeviceIds" for example:]]'''
+
|CallToAction
 +
|Offer promotion text- to be used with native ads
 +
|Get Free Application Now!
 +
|-
  
http://tracking.taptica.com/aff_c?offer_id=4390&tt_appid=555150599&aff_id=2004&tt_mac=&tt_mac_sha1=&tt_mac_md5=&tt_idfa=&tt_idfa_sha1=&tt_idfa_md5=
+
|payableAction
 +
|event the user required to complete in order for the publisher to get paid
 +
|Tutorial
 +
|-
  
* '''[[Keep in mind, as more parameters you provide us your conversion rate will be higher, in case the is mandatory set to true you Must provide atleast one parameter from the DeviceIds list]]'''
+
|AppIconURL
 +
|link to the application Icon on app store or Google play
 +
|https://lh6.ggpht.com/LmBa6jgU5zTnvb4G52ZYeCr2CAq8BEB9atNBTGkyZXIsEZTjxDA_F7YV6l1t9gpBEw=w300-rw
 +
|-
  
== '''Taptica Device Keys''' ==
+
|AppProviderName
 +
|The Application Provider Name
 +
|Playtika LTD
 +
|-
  
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
|AppName
 +
|The application official name as it on app store or Google play
 +
|Candy Crush Sega
 +
|-
  
|'''Parameter'''
+
|Carriers
|'''Name In Request'''   
+
|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"]
 +
|-
 +
 
 +
|}
 +
 
 +
 
 +
{| border="1" cellspacing="0" cellpadding="5" valign="top"
 +
 
 +
|'''Parameter'''   
 
|'''Description'''   
 
|'''Description'''   
 
|'''Example'''   
 
|'''Example'''   
|'''Daynamic?'''   
+
|-
 +
 
 +
'''Taptica optional affiliate Keys'''  
 +
 
 +
 
 +
|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
 +
|-
 +
|}
 +
 
 +
'''Taptica Device Keys'''
 +
 
 +
{| border="1" cellspacing="0" cellpadding="5" valign="top"
 +
 
 +
|'''Parameter'''
 +
|'''Description''' 
 +
|'''Example''' 
 
|-
 
|-
  
 
|IMEI
 
|IMEI
|tt_imei
+
|Device  '''Plain'''  IMEI
|Use for send Taptica '''Plain'''  IMEI or when you don’t know what is the format of IMEI you have.
+
 
|tt_imei=86453214567892
 
|tt_imei=86453214567892
|Yes
 
 
|-
 
|-
  
 
|IMEI SHA1
 
|IMEI SHA1
|tt_imei_sha1
+
|Device  IMEI in SHA1 format
|Use for send Taptica IMEI in SHA1 format
+
 
|tt_imei_sha1=35eb6d1fc48b502e239b6449e9df534e415cad95
 
|tt_imei_sha1=35eb6d1fc48b502e239b6449e9df534e415cad95
|Yes
 
 
|-
 
|-
  
 
|IMEI MD5
 
|IMEI MD5
|tt_imei_md5
+
|Device IMEI in MD5 format
|Use for send Taptica IMEI in MD5 format
+
 
|tt_imei_md5=946cc1baf8bcaec827bb1828cc6d9a94
 
|tt_imei_md5=946cc1baf8bcaec827bb1828cc6d9a94
|Yes
 
 
|-
 
|-
  
|Android ID
+
|Android Advertising ID  
|tt_android_id
+
|Device Android advertising plain ID
|Use for send Taptica Plain  Android ID or when you don’t know what is the format of Android ID you have.
+
|tt_advertising_id=3ee0149b4ccef71bs85d24derg
|tt_android_id=3ee0149b4ccef71b
+
|Yes
+
 
|-
 
|-
  
|Android ID SHA1
+
|Android Advertising ID SHA1
|tt_android_id_sha1
+
|Device  Android advertising ID in SHA1 format  
|Use for send Taptica Android ID in SHA1 format
+
|tt_advertising_id=32f2e52e8157fcb729d799d1ca69160df2edf8974
|tt_android_id_sha1=4f2e52e8157fcb729d799d1ca69160df2edf0cd4
+
|Yes
+
 
|-
 
|-
  
|Android ID MD5
+
|Android Advertising ID MD5
|tt_android_id_md5
+
|Device Android advertising ID in MD5 format  
|Use for send Taptica Android ID in MD5 format
+
|tt_advertising_id=2315w52e8157fcb729d799d1ca691608speofd2
|tt_android_id_md5=155551c45efa667f9b470629ae9c0365
+
|Yes
+
 
|-
 
|-
  
 
|Mac Address
 
|Mac Address
|tt_mac
+
|Device  Plain  Mac Address or when you don’t know what is the format of the Mac Address you have. (upper case with colon)
|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
 
|tt_mac=44:2A:60:G5:GE:G5
|Yes
 
 
|-
 
|-
  
 
|Mac Address SHA1
 
|Mac Address SHA1
|tt_imei_sha1
+
|Device  Mac Address in SHA1 format (upper case with colon)
|Use for send Taptica Mac Address in SHA1 format (upper case with colon)
+
 
|tt_mac_sha1=fa6bb084ae52461328eb9f06039be222ef287246
 
|tt_mac_sha1=fa6bb084ae52461328eb9f06039be222ef287246
|Yes
 
 
|-
 
|-
  
 
|Mac Address MD5
 
|Mac Address MD5
|tt_mac_md5
+
|Device  Mac Address in MD5 format (upper case with colon)
|Use for send Taptica Mac Address in MD5 format (upper case with colon)
+
 
|tt_mac_md5=80efe2256d548c85ca2f2d18de241a80
 
|tt_mac_md5=80efe2256d548c85ca2f2d18de241a80
|Yes
 
 
|-
 
|-
  
 
|IDFA
 
|IDFA
|tt_idfa
+
|Device  Plain  IDFA or when you don’t know what is the format of IDFA you have.
|Use for send Taptica Plain  IDFA or when you don’t know what is the format of IDFA you have.
+
 
|tt_idfa=771468523E3346ABAA04E207BBAF094B
 
|tt_idfa=771468523E3346ABAA04E207BBAF094B
|Yes
 
 
|-
 
|-
  
 
|IDFA SHA1
 
|IDFA SHA1
|tt_idfa_sha1
+
|Device  IDFA in SHA1 format
|Use for send Taptica IDFA in SHA1 format
+
 
|tt_idfa_sha1=ee5c19f8cf370b5978f4b9f33343a5e79c58df9a
 
|tt_idfa_sha1=ee5c19f8cf370b5978f4b9f33343a5e79c58df9a
|Yes
 
 
|-
 
|-
  
 
|IDFA MD5
 
|IDFA MD5
|tt_idfa_md5
+
|Device  IDFA in MD5 format
|Use for send Taptica IDFA in MD5 format
+
 
|tt_idfa_md5=bb1e0285fbb97ba83fdb4e72514d62f5
 
|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
 
|No
 
|-
 
 
 
|}
 
|}
  
  
== '''Error messages''' ==
+
'''Error messages'''
  
{| border="1" cellspacing="0" cellpadding="2" valign="top"
+
{| border="1" cellspacing="0" cellpadding="5" valign="top"
  
 
|'''Error Code'''
 
|'''Error Code'''
Line 328: Line 443:
  
 
|100
 
|100
|Not Modified
+
|Not Modified.
|There was no data to return
+
|There was no data to return, please try again. if consist please contact Taptica Support
 
|-
 
|-
  
 
|200
 
|200
|Bad Request  
+
|Bad Request.
|Bad Request for parameter + the bad parameter for example platform with value iPhtone
+
|Bad Request for parameter + the bad parameter
 
|-
 
|-
  
 
|300
 
|300
|Unauthorized
+
|Unauthorized.
|Authorization error. Authentication credential are missing or incorrect
+
|Authorization error. Authentication credential are missing or incorrect.
 
|-
 
|-
  
 
|301
 
|301
|Invalid token
+
|Invalid token.
 
|The token that was delivered  is invalid
 
|The token that was delivered  is invalid
 
|-
 
|-
  
 
|400
 
|400
|General Error
+
|General Error.
|Any other error that not fall under the above errors
+
|Any other error that does not fall under the above errors
 
|-
 
|-
  
Line 355: Line 470:
  
  
=== Sample MXL Response ===
+
'''Sample Json Response'''
  
<BulkApi>
+
{"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="}}]
  <error>OK</error>
+
  <errorCode>0</errorCode>
+
  <Offer>
+
  <OfferName>Slotomania- iPad US</OfferName>
+
  <OfferDescription>
+
  Play Slotomania, the #1 slot machine game on iPhone, iPad, and Facebook! Enjoyed by millions worldwide; Slotomania is the favorite social slots game online  providing unlimited FREE entertainment, top-tier graphics, and high-quality sound effects. Players love Slotomania’s: *Huge variety of themed slot machines *Unique new games added all the timefrom bonus rounds, free spins, gifts, and mini games *Free gifts you can send and receive from friends *Many ways to quickly unlock games *Instant accessib
+
  </OfferDescription>
+
  <SupportedPlatform>ipad</SupportedPlatform>
+
  <MinimumOSVersion>4.9</MinimumOSVersion>
+
  <SupportedPlatform/>
+
  <MinimumOSVersion>Unavailable</MinimumOSVersion>
+
  <MarketAppId>483165745</MarketAppId>
+
  <PreviewLink>https://itunes.apple.com/app/id483165745?mt=8</PreviewLink>
+
  <TrackingLink>http://staging.taptica.com/aff_c?offer_id=3914&aff_id=2004&tt_appid=483165745&tt_bannerid=
+
  </TrackingLink>
+
  <DeviceIdMandatory>false</DeviceIdMandatory>
+
  <UniqueDeviceId>tt_idfa</UniqueDeviceId>
+
  <UniqueDeviceId>tt_idfa_sha1</UniqueDeviceId>
+
  <UniqueDeviceId>tt_idfa_md5</UniqueDeviceId>
+
  <UniqueDeviceId>tt_mac</UniqueDeviceId>
+
  <UniqueDeviceId>tt_mac_sha1</UniqueDeviceId>
+
  <UniqueDeviceId>tt_mac_md5</UniqueDeviceId>
+
  <UniqueDeviceId>tt_udid</UniqueDeviceId>
+
  <UniqueDeviceId>tt_udid_sha1</UniqueDeviceId>
+
  <UniqueDeviceId>tt_udid_md5</UniqueDeviceId>
+
  <SupportedCountry>US</SupportedCountry>
+
  <SupportedCountry>UK</SupportedCountry>
+
  <Network>Unavailable</Network>
+
  <DailyBudget>Unlimited</DailyBudget>
+
  <PayoutType>CPA</PayoutType>
+
  <Payout>1.2</Payout>
+
  <DailyBudget>500.000</DailyBudget>
+
  <Category>Entertainment</Category>
+
  <Category>Gambling</Category>
+
  <CreativeData>
+
  <Id>49544</Id>
+
  <Name>DJ_Tira_animated_Banner_168X28.gif</Name>
+
  <CreativeLink>http://media.go2speed.org/brand/files/taptica/3530/DJ_Tira_animated_Banner_168X28.gif
+
  </CreativeLink>
+
  <CreativeType>banner</CreativeType>
+
  <CreativeSize>168x28</CreativeSize>
+
  </CreativeData>
+
  <CreativeData>
+
  <Id>49546</Id>
+
  <Name>DJ_Tira_animated_Banner_216X36.gif</Name>
+
  <CreativeLink>http://media.go2speed.org/brand/files/taptica/3530/DJ_Tira_animated_Banner_216X36.gif
+
  </CreativeLink>
+
  <CreativeType>banner</CreativeType>
+
  <CreativeSize>216x36</CreativeSize>
+
  </CreativeData>
+
  <BannerText>Unavailable</BannerText>
+
  </Offer>
+
</BulkApi>
+

Latest revision as of 11:55, 9 December 2018

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.

[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



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.go2speed.org/brand/files/taptica/3530/20130327115527-DJ_Tira_static_Banner_320X320.gif
CreativeType banner
CreativeSize 320x320
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"]


Taptica optional affiliate Keys
Parameter Description Example
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

Taptica Device Keys

Parameter Description Example
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


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


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="}}]

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox