-
public class NativePlacement.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerIN_FEED_OF_CONTENTprivate final IntegerATOMIC_UNITprivate final IntegerOUTSIDE_CORE_CONTENTprivate final IntegerRECOMMENDATION_WIDGETpublic final static NativePlacement.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetIN_FEED_OF_CONTENT()In the feed of content - for example as an item inside the organic feed/grid/listing/carousel. final IntegergetATOMIC_UNIT()In the atomic unit of the content - IE in the article page or single image page final IntegergetOUTSIDE_CORE_CONTENT()Outside the core content - for example in the ads section on the right rail, as a banner-style placement near the content, etc. final IntegergetRECOMMENDATION_WIDGET()Recommendation widget, most commonly presented below the article content. -
-
Method Detail
-
getIN_FEED_OF_CONTENT
final Integer getIN_FEED_OF_CONTENT()
In the feed of content - for example as an item inside the organic feed/grid/listing/carousel.
-
getATOMIC_UNIT
final Integer getATOMIC_UNIT()
In the atomic unit of the content - IE in the article page or single image page
-
getOUTSIDE_CORE_CONTENT
final Integer getOUTSIDE_CORE_CONTENT()
Outside the core content - for example in the ads section on the right rail, as a banner-style placement near the content, etc.
-
getRECOMMENDATION_WIDGET
final Integer getRECOMMENDATION_WIDGET()
Recommendation widget, most commonly presented below the article content.
-
-
-
-