Declared in | PMNativeAssetTypes.h |
Definition
typedef NS_ENUM(NSInteger, PMNativeDataAssetTypeEnum ) {
PMNativeDataAssetTypeSponsored = 1,
PMNativeDataAssetTypeDescription = 2,
>PMNativeDataAssetTypeRating = 3,
PMNativeDataAssetTypeLikes = 4,
PMNativeDataAssetTypeDownloads = 5,
PMNativeDataAssetTypePrice = 6,
PMNativeDataAssetTypeSalePrice = 7,
PMNativeDataAssetTypePhone = 8,
PMNativeDataAssetTypeAddress = 9,
PMNativeDataAssetTypeDescription2 = 10,
PMNativeDataAssetTypeDisplayURL = 11,
PMNativeDataAssetTypeCTAText = 12,
};
Constants
PMNativeDataAssetTypeSponsored
Sponsored By message where response should contain the brand name of the sponsor. Value is of type Text
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeDescription
Descriptive text associated with the product or text service being advertised. Value is of type Text
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeRating
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
PMNativeAssetTypes.h
.PMNativeDataAssetTypeLikes
Number of social ratings or “likes” of the product being offered to the user. Value will be number formatted as string
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeDownloads
Number downloads/installs of this product. Value will be number formatted as string
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypePrice
Price for product / app / in-app purchase. Value should include currency symbol in localized format. Value will be number formatted as string
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeSalePrice
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
PMNativeAssetTypes.h
.PMNativeDataAssetTypePhone
Represents Phone number of user. Value will be string
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeAddress
Represents Address of user. Value will be Text
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeDescription2
Additional descriptive text associated with the product or service being advertised. Value will be Text
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeDisplayURL
Display URL for the text ad. Value will be Text
Declared In
PMNativeAssetTypes.h
.PMNativeDataAssetTypeCTAText
CTA description - descriptive text describing a ‘call to action’ button for the destination URL. Value will be Text
Declared In
PMNativeAssetTypes.h
.
Declared In
PMNativeAssetTypes.h