NativeDataAssetType
@objc
public enum NativeDataAssetType : Int
Undocumented
-
Undocumented
Declaration
Swift
case undefined = 0
-
Undocumented
Declaration
Swift
case sponsored = 1
-
Sponsored By message where response should contain the brand name of the sponsor.
Declaration
Swift
case desc = 2
-
Descriptive text associated with the product or service being advertised. Longer length of text in response may be truncated or ellipsed by the exchange.
Declaration
Swift
case rating = 3
-
Rating of the product being offered to the user. For example an app’s rating in an app store from 0-5.
Declaration
Swift
case likes = 4
-
Number of social ratings or “likes” of the product being offered to the user.
Declaration
Swift
case downloads = 5
-
Number downloads/installs of this product
Declaration
Swift
case price = 6
-
Price for product / app / in-app purchase. Value should include currency symbol in localised format.
Declaration
Swift
case salePrice = 7
-
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 localised format.
Declaration
Swift
case phone = 8
-
Phone number
Declaration
Swift
case address = 9
-
Address
Declaration
Swift
case desc2 = 10
-
Additional descriptive text associated text with the product or service being advertised
Declaration
Swift
case displayURL = 11
-
Display URL for the text ad. To be used when sponsoring entity doesn’t own the content. IE sponsored by BRAND on SITE (where SITE is transmitted in this field).
Declaration
Swift
case ctaText = 12
-
CTA description - descriptive text describing a ‘call to action’ button for the destination URL.
Declaration
Swift
case custom = 500