List Placements (Stored requests) by site
GET
/stored-request/site/:siteId
Use this method to get all the stored requests of your account.
Path Parameters
Headers
Example
GET
https://api.nexx360.io/stored-request/site/1234
Response
[
{
id: string,
name: string,
is_archived: boolean,
pricefloor: {
is_active: boolean,
cpm: number
},
site: {
id: number,
name: string,
},
account: {
id: number,
name: string,
},
ssp_ids: {
adform: {
is_active: number,
mid: string,
},
adnuntius: {
is_active: number,
au_id: string,
},
adot: {
is_active: number,
publisher_id: string,
placement_id: string,
},
adyoulike: {
is_active: number,
placement: string,
},
adswizz: {
is_active: number,
url_prefix: string,
preroll_zonealias: string,
midroll_zonealias: string,
preroll_companion_zonealias: string,
midroll_companion_zonealias: string,
},
amx: {
is_active: number,
tag_id: string,
},
appnexus: {
is_active: number,
placement_id: string,
},
appnexusbis: {
is_active: number,
placement_id: string,
},
audienzz: {
is_active: number,
tag_id: string,
},
bliink: {
is_active: number,
tag_id: string,
},
colossus: {
is_active: number,
tag_id: string,
group_id: string
},
connectad: {
is_active: number,
site_id: string,
network_id: string,
},
conversant: {
is_active: number,
site_id: string,
},
criteo: {
is_active: number,
network_id: string,
zone_id: string
},
cwire: {
is_active: number,
placement_id: string,
page_id: string,
},
datablocks: {
is_active: number,
source_id: string,
},
dax: {
is_active: number,
cid: string,
},
definemedia: {
is_active: number,
mandant_id: string,
adslot_id: string,
},
eplanning: {
is_active: number;
cid: string;
};
firstid: {
is_active: number,
tag_id: string,
},
freewheel: {
is_active: number,
zone_id: string,
},
fueldigital: {
is_active: number,
network_id: string,
site_id: string,
page_id: string,
format_id: string,
},
fueldigitalix: {
is_active: number,
site_id: string,
},
fueldigitalmedia: {
is_active: number,
tag_id: string,
},
galaxiemedia: {
is_active: number,
tag_id: string,
},
gingerad: {
is_active: number,
tag_id: string,
},
goodad: {
is_active: number,
memeber: string,
invcode: string,
},
gravity: {
is_active: number,
placement_id: string,
},
groupm: {
is_active: number,
placement_id: string,
},
gumgum: {
is_active: number,
zone: string,
pub_id: string,
slot: string,
product: string
},
improve: {
is_active: number,
placement_id: string,
publisher_id: string,
},
ix: {
is_active: number,
site_id: string,
endpoint: string,
},
medianet: {
is_active: number,
cid: string,
crid: string,
},
mediagrid: {
is_active: number,
uuid: string,
},
moneytag: {
is_active: number,
placement_id: string,
},
netpoint: {
is_active: number,
tag_id: string,
},
nextmillennium: {
is_active: number,
placement_id: string,
group_id: string,
},
nexx360: {
is_active: number,
tag_id: string,
},
onetag: {
is_active: number,
pub_id: string,
ext: string,
},
openx: {
is_active: number,
unit: string,
del_domain: string,
},
outbrain: {
is_active: number,
publisher_id: string,
tag_id: string,
},
plista: {
is_active: number,
placement_id: string,
},
pubmatic: {
is_active: number,
adSlot: string,
publisher_id: string,
placement_id: string,
},
pulsepoint: {
is_active: number,
cp: string,
ct: string,
},
quantum: {
is_active: number,
placement_id: string,
},
quantumimprove: {
is_active: number,
placement_id: string,
},
revenuemaker: {
is_active: number,
tag_id: string,
},
richaudience: {
is_active: number,
pid: string,
},
rise: {
is_active: number,
org: string,
placement_id: string
},
rtbhouse: {
is_active: number,
endpoint: string,
},
rubicon: {
is_active: number,
account_id: string,
site_id: string,
zone_id: string,
},
rubiconbis: {
is_active: number,
account_id: string,
site_id: string,
zone_id: string,
},
sharethrough: {
is_active: number,
pkey: string,
},
smaato: {
is_active: number,
publisher_id: string,
adspace_id: string,
},
smartadserver: {
is_active: number,
network_id: string,
site_id: string,
page_id: string,
format_id: string,
},
smartadserverbis: {
is_active: number,
network_id: string,
site_id: string,
page_id: string,
format_id: string,
},
smartyads: {
is_active: number,
},
smilewanted: {
is_active: number,
zone_id: string,
},
sovrn: {
is_active: number,
tag_id: string,
},
staila: {
is_active: number,
placement_id: string,
},
tappx: {
is_active: number,
key: string,
host: string,
},
thirtythreeacross: {
is_active: number,
site_id: string,
product_id: string,
},
ttd: {
is_active: number,
endpoint: string,
},
traffective: {
is_active: number,
placement_id: string,
},
triplelift: {
is_active: number,
inventory_code: string,
},
triton: {
is_active: number,
stid: string
},
unruly: {
is_active: number,
site_id: string
},
verizon: {
is_active: number,
dcn: string,
pos: string
},
vidoomy: {
is_active: number,
zone_id: string,
},
visx: {
is_active: number,
uid: string,
},
yieldlab: {
is_active: number,
adslot_id: string,
supply_id: string,
},
test: {
is_active: number,
},
},
}
]
Unauthorized
Last updated