POBNativePlacementType Constants Reference
Declared in | POBNativeConstants.h |
---|
POBNativePlacementType
The FORMAT of the ad you are purchasing, separate from the surrounding context
Definition
typedef NS_ENUM(NSInteger, POBNativePlacementType ) {
POBNativePlacementTypeFeed = 1,
POBNativePlacementTypeAtomic = 2,
POBNativePlacementTypeOutsideCoreContent = 3,
POBNativePlacementTypeBelowArticle = 4,
};
Constants
POBNativePlacementTypeFeed
-
In the feed of content - for example as an item inside the organic feed/grid/listing/carousel.
Declared In
POBNativeConstants.h
. POBNativePlacementTypeAtomic
-
In the atomic unit of the content - IE in the article page or single image page
Declared In
POBNativeConstants.h
. POBNativePlacementTypeOutsideCoreContent
-
Outside the core content - for example in the ads section on the right rail, as a banner-style placement near the content, etc.
Declared In
POBNativeConstants.h
. POBNativePlacementTypeBelowArticle
-
Recommendation widget, most commonly presented below the article content.
Declared In
POBNativeConstants.h
.
Declared In
POBNativeConstants.h