SASAdPlacement

constructor(siteId: Long, @NonNull pageName: String, formatId: Long, @Nullable keywordTargeting: String, @Nullable supplyChainObjectString: String, master: Boolean)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageName

the page name parameter of this placement

formatId

the format id parameter of this placement

keywordTargeting

the keyword targeting string for this placement

supplyChainObjectString

a string representing the Supply Chain Object that will be passed to Smart AdServer during ad calls.

master

true if ad calls on this placement will be counted as page view, false if not)


constructor(siteId: Long, pageId: Long, formatId: Long, @Nullable keywordTargeting: String, @Nullable supplyChainObjectString: String, master: Boolean)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageId

the page id parameter of this placement

formatId

the format id parameter of this placement

keywordTargeting

the keyword targeting string for this placement

supplyChainObjectString

a string representing the Supply Chain Object that will be passed to Smart AdServer during ad calls.

master

true if ad calls on this placement will be counted as page view, false if not)


constructor(siteId: Long, pageId: Long, formatId: Long, @Nullable target: String, @Nullable supplyChainObjectString: String)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageId

the page id parameter of this placement

formatId

the format id parameter of this placement

target

the keyword targeting string for this placement

supplyChainObjectString

a string representing the Supply Chain Object that will be passed to Smart AdServer during ad calls.


constructor(siteId: Long, @NonNull pageName: String, formatId: Long, @Nullable target: String, @Nullable supplyChainObjectString: String)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageName

the page name parameter of this placement

formatId

the format id parameter of this placement

target

the keyword targeting string for this placement

supplyChainObjectString

a string representing the Supply Chain Object that will be passed to Smart AdServer during ad calls.


constructor(siteId: Long, pageId: Long, formatId: Long, @Nullable target: String)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageId

the page id parameter of this placement

formatId

the format id parameter of this placement

target

the keyword targeting string for this placement


constructor(siteId: Long, @NonNull pageName: String, formatId: Long, @Nullable target: String)

Creates a SASAdPlacement instance from specified parameters

Parameters

siteId

the site id parameter of this placement

pageName

the page name parameter of this placement

formatId

the format id parameter of this placement

target

the keyword targeting string for this placement