Placement Body ParametersCopy Pagepost https://e-YOUR-NETWORKID.adzerk.net/part-of-decision/apiEvery request must contain one or more Placements. Each placement represents a "slot" in which an ad may be served.Body ParamsdivNamestringA unique name for the placement defined by younetworkidint32The numeric network idsiteidint32requiredThe numeric site idadTypesarray of int32srequiredOne or more integer ad types. More info hereadTypes*ADD int32zoneIdsarray of int32sZone IDs to usezoneIdsADD int32advertiserIdint32An advertiser ID; if specified, only serve that advertiser if possiblecampaignIdint32A numeric campaign id; if specified, only consider ads in that campaignflightIdint32A flight ID; if specified, only serve that flight if possibleadIdint32A numeric ad (flight-creative map) ID; if specified, only serve that ad if possibleclickUrlstringThe ad's click-through URLpropertiesobjectA map of key/value pairs used for Custom Targetingproperties objecteventIdsarray of int32sAn array of numeric event types. Requests tracking URLs for custom events. See here for Event Tracking IDseventIdsADD int32contentKeysobjectA map of key/value pairs used with ContentDB. The format is "contentKeys": {"schema": "contentKey"}.contentKeys objectcountint32The number of ads to return per placement. Integer between 1 and 20proportionalitybooleanDefaults to falseIf true, fills ads in a multi-winner placement in proportion to the flight's goalstruefalseecpmPartitionsarray of strings(BETA) The name of the eCPM Partition that should be used to source eCPM data for auctionsecpmPartitionsADD stringskipSelectionbooleanDefaults to false(BETA) If true, returns all candidate ads for the placement instead of making a selection, bypassing weighting. Will not skip floor pricing settings in an auction, but you can override those via floorPrice and floorCpc.truefalseskipFiltersobjectSpecifies which filters to bypass during the selection process. For example, given "skipFilters":{"keyword":true}, keyword targeting is ignored. Options: geodistance, geolocation, keyword, placementLimit, facet, siteZoneskipFilters objecteventMultiplierint32Defaults to 1Multiples the count of all events returned in the selection. For example, an impression with an eventMultiplier of 10 will count as 10 impressions in reporting.floorPricefloatSets a floor price to use if the selection results in an auction. Overrides any floor price set on the priority. Should be expressed as an eCPM value.floorCpcfloatSets a floor CPC to use if the selection results in an auction. Overrides any floor CPC set on the priority.logEventsjsonSimilar to eventIds, but instead of returning event pixels in the response, pushes event pixles into data shipping logsrelevancyobjectSee the relevancy score documentation for data type examplesrelevancy objectadQueryobjectSee AdQuery for details and example usage.adQuery objectResponse 200200Updated 10 months ago