SASAdPlacement

data class SASAdPlacement(val siteId: Long, val pageId: Long, val formatId: Long, val keywordTargeting: String? = null)

Class representing an application placement.

Parameters

siteId

The site id that should be used when loading an ad.

pageId

The page id that should be used when loading an ad.

formatId

The format id that should be used when loading an ad.

keywordTargeting

A set of keywords that will be used when loading an ad to receive more relevant advertising.

Keywords are typically used to target inventory in a very granular way. They should be formatted as semicolon-separated key-value pairs (e.g. “gender=female;age=27”).

Constructors

Link copied to clipboard
constructor(siteId: Long, pageId: Long, formatId: Long, keywordTargeting: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A map of client side parameters to be forwarded to mediation adapters.

Link copied to clipboard
Link copied to clipboard

List of SASSellerDefinedAudience objects related to this placement.

Link copied to clipboard

List of SASSellerDefinedContent objects related to this placement.

Link copied to clipboard
Link copied to clipboard

A Supply Chain Object string representation that will be sent during ad loading to receive more relevant advertising if needed, null otherwise.