POBNativeDataAssetType Constants Reference
Declared in | POBNativeConstants.h |
---|
POBNativeDataAssetType
Native Data asset types
Definition
typedef NS_ENUM(NSInteger, POBNativeDataAssetType ) {
POBNativeDataAssetTypeSponsored = 1,
POBNativeDataAssetTypeDescription = 2,
POBNativeDataAssetTypeRating = 3,
POBNativeDataAssetTypeLikes = 4,
POBNativeDataAssetTypeDownloads = 5,
POBNativeDataAssetTypePrice = 6,
POBNativeDataAssetTypeSalePrice = 7,
POBNativeDataAssetTypePhone = 8,
POBNativeDataAssetTypeAddress = 9,
POBNativeDataAssetTypeDescription2 = 10,
POBNativeDataAssetTypeDisplayURL = 11,
POBNativeDataAssetTypeCTAText = 12,
};
Constants
POBNativeDataAssetTypeSponsored
-
Sponsored By message where response should contain the brand name of the sponsor. Value is of type Text
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeDescription
-
Descriptive text associated with the product or text service being advertised. Value is of type Text
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeRating
-
/ Rating of the product being offered to the user. For example an app’s rating in an app store from 0-5.Value will be number formatted as string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeLikes
-
Number of social ratings or “likes” of the product being offered to the user. Value will be number formatted as string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeDownloads
-
Number downloads/installs of this product. Value will be number formatted as string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypePrice
-
Price for product / app / in-app purchase. Value should include currency symbol in localized format. Value will be number formatted as string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeSalePrice
-
Sale price that can be used together with price to indicate a discounted price compared to a regular price. Value should include currency symbol in localized format. Value will be number formatted as string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypePhone
-
Represents Phone number of user. Value will be string
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeAddress
-
Represents Address of user. Value will be Text
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeDescription2
-
Additional descriptive text associated with the product or service being advertised. Value will be Text
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeDisplayURL
-
Display URL for the text ad. Value will be Text
Declared In
POBNativeConstants.h
. POBNativeDataAssetTypeCTAText
-
CTA description - descriptive text describing a ‘call to action’ button for the destination URL. Value will be Text
Declared In
POBNativeConstants.h
.
Declared In
POBNativeConstants.h