Promoted content API
API for getting promoted content
Get promoted content
GET
https://contentapi.celltick.com/mediaApi/v1.0/mid/promoted
This API returns promoted content items.
Query Parameters
Name
Type
Description
appName
string
The application name which uses this content
placement
string
location on page were promoted content is displayed
aid
string
required when client is Android app
optOut
boolean
true or false (required when client is Android app)
userId
string
Source user id (UUID)
thumbImgWidth
integer
Thumbnail image width
thumbImgHeight
integer
Thumbnail image height
limit
integer
default=10 max=15 number of items to be returned
{
totalItems: 2,
content: [
{
contentId: "1",
title: "Dirty Self Defense Trick That Ends a Fight in 3 Seconds Flat",
summary: "Dirty Self Defense Trick That Ends a Fight in 3 Seconds Flat",
actionUri: "http://clk.news-headlines.co/v1/content/click?clickUrl=api.content-ad.net%2FLib%2FTrackOutboundClick.aspx%3Fhid%3D1%26wid%3D580207%26uid%3D2230606%26did%3D309712%26sid%3D%26type%3D3%26s%3Dip-172-18-62-183%26pid%3D0%26c%3DUS%26d%3D%26aid%3D459E9662-BD13-4E07-8C9B-F60058638F48%26ik%3D2018111404_911147e333bac2ac9e76740abf3a3553%26it%3D2018-11-14%2B04%253A50%253A21.338%26hai%3D110452%26ti%3DP04-tst180913_DeviceScores3C_d_grp4%26ck%3Dff5deebe1c66ee932c78a813d80d6f7b%26clientId%3De%253ADvUcMkO3TnfQh%252B8NGYShxPYIfkm1fjqJGULh2rEMESo%253D%26clientId2%3D%26v%3D%26wdi%3Dunderpick%253A8%252C%26adi%3D%26t%3Dfalse%26ct%3Dapi%26dl%3Dfalse%26odi%3D309712%26redirectUrl%3D%252BwNxA75lJpYudGY74LzYYltREyhQb4WiBvmU6vy9donVL3mxxyQZC%252FVOWO9AP8Wfz4MkGJw4i9zcIM0KNoGxELlSUdSYYxfvyCQ0h97DkBLCR9oz6QBsZmPa9r%252F%252BXRjq&c=US&user_id=777666&publisher_key=CELLTKRS10146WM&sub_id=default&provider_id=10&uipa=mJeYlJe1mc43mY44oq==&is_expired=false&time=1542199821376&click_id=us_bbda6560-9932-48b7-b324-4289445d03b6010mJeYlJe1mc43mY44oq==",
imageUrl: "http://d3dytsf4vrjn5x.cloudfront.net/29651/150x150/3f97bb9f575fae39efbaf3c9580ab285.jpg",
imageImpressionUrl:"https://api.news-headlines.co/image_redirection?imageUrl=s-1",
publishedAt: 1542199821,
promotedText: "healthierpatriot.com",
contentSource: "healthierpatriot.com",
cpc: "0.000002",
categories: [
"Global"
],
},
{
contentId: "2",
title: "Trump to Send Americans to the Moon",
summary: "Trump to Send Americans to the Moon",
actionUri: "http://clk.news-headlines.co/v1/content/click?clickUrl=api.content-ad.net%2FLib%2FTrackOutboundClick.aspx%3Fhid%3D1%26wid%3D580207%26uid%3D2127653%26did%3D309712%26sid%3D%26type%3D3%26s%3Dip-172-18-62-183%26pid%3D0%26c%3DUS%26d%3D%26aid%3D8DB38BA3-CF48-42E6-8AFD-457A1EFC7626%26ik%3D2018111404_911147e333bac2ac9e76740abf3a3553%26it%3D2018-11-14%2B04%253A50%253A21.338%26hai%3D110452%26ti%3DP04-tst180913_DeviceScores3C_d_grp4%26ck%3D582a53b214c6af4ab2011dd680da8e75%26clientId%3De%253ADvUcMkO3TnfQh%252B8NGYShxPYIfkm1fjqJGULh2rEMESo%253D%26clientId2%3D%26v%3D%26wdi%3Dunderpick%253A8%252C%26adi%3D%26t%3Dfalse%26ct%3Dapi%26dl%3Dfalse%26odi%3D309712%26redirectUrl%3D5g0K9kapAEFigdi8ufzTLzsdTpSjNS1Nd1cwdo4vMM5oN5Mm2tRMk81k85MQOsvNlFGWJy0t7%252BdBZIJfhYCGPnry%252Bu43iOayK%252B5M8DbogkR1gNzUzrfLn5tN1RmiqsryKvddRhcFw39zVVemhGrQZz50kWh191dNwkkSVfE3GycbqAT1SKIJ909mwcGMI4ikflFfsBrr3gsOB0e%252B4RtrRFwrnAjrOC%252FK1s3h4%252FMEKVYWY5Kp7BHvGSlnnzsWK9eK&c=US&user_id=777666&publisher_key=CELLTKRS10146WM&sub_id=default&provider_id=10&uipa=mJeYlJe1mc43mY44oq==&is_expired=false&time=1542199821376&click_id=us_9b30d88a-4238-4217-92a7-22fac3e71921110mJeYlJe1mc43mY44oq==",
imageUrl: "http://d3dytsf4vrjn5x.cloudfront.net/2724/150x150/55f53671efa4217a442f607b6d18ceb5.jpg",
imageImpressionUrl:"https://api.news-headlines.co/image_redirection?imageUrl=s-2",
publishedAt: 1542199821,
promotedText: "First To Know",
contentSource: "First To Know",
cpc: "0.000002",
categories: [
"Global"
],
}
}
Last updated