-
public class AssetData.Type.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSPONSOREDprivate final IntegerDESCRIPTIONprivate final IntegerRATINGprivate final IntegerSOCIAL_LIKESprivate final IntegerDOWNLOADSprivate final IntegerPRICEprivate final IntegerSALE_PRICEprivate final IntegerPHONE_NUMBERprivate final IntegerADDRESSprivate final IntegerADDITIONAL_DESCRIPTIVEprivate final IntegerDISPLAY_URLprivate final IntegerCTA_DESCRIPTIONpublic final static AssetData.Type.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSPONSORED()Sponsored By message where response should contain the brand name of the sponsor. final IntegergetDESCRIPTION()Descriptive text associated with the product or service being advertised. final IntegergetRATING()Rating of the product being offered to the user. final IntegergetSOCIAL_LIKES()Number of social ratings or “likes” of the product being offered to the user. final IntegergetDOWNLOADS()Number downloads/installs of this product final IntegergetPRICE()Price for product / app / in-app purchase. final IntegergetSALE_PRICE()Sale price that can be used together with price to indicate a discounted price compared to a regular price. final IntegergetPHONE_NUMBER()Phone number final IntegergetADDRESS()Address final IntegergetADDITIONAL_DESCRIPTIVE()Additional descriptive text associated text with the product or service being advertised final IntegergetDISPLAY_URL()Display URL for the ad. final IntegergetCTA_DESCRIPTION()CTA description - descriptive text describing a ‘call to action’ button for the destination URL. -
-
Method Detail
-
getSPONSORED
final Integer getSPONSORED()
Sponsored By message where response should contain the brand name of the sponsor.
-
getDESCRIPTION
final Integer getDESCRIPTION()
Descriptive text associated with the product or service being advertised. Longer length of text in response may be truncated or ellipse by the exchange.
-
getRATING
final Integer getRATING()
Rating of the product being offered to the user. For example an app's rating in an app store from 0-5.
-
getSOCIAL_LIKES
final Integer getSOCIAL_LIKES()
Number of social ratings or “likes” of the product being offered to the user.
-
getDOWNLOADS
final Integer getDOWNLOADS()
Number downloads/installs of this product
-
getPRICE
final Integer getPRICE()
Price for product / app / in-app purchase. Value should include currency symbol in localised format.
-
getSALE_PRICE
final Integer getSALE_PRICE()
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.
-
getPHONE_NUMBER
final Integer getPHONE_NUMBER()
Phone number
-
getADDRESS
final Integer getADDRESS()
Address
-
getADDITIONAL_DESCRIPTIVE
final Integer getADDITIONAL_DESCRIPTIVE()
Additional descriptive text associated text with the product or service being advertised
-
getDISPLAY_URL
final Integer getDISPLAY_URL()
Display URL for the ad. To be text used when sponsoring entity doesn't own the content. IE sponsored by BRAND on SITE (where SITE is transmitted in this field).
-
getCTA_DESCRIPTION
final Integer getCTA_DESCRIPTION()
CTA description - descriptive text describing a ‘call to action’ button for the destination URL.
-
-
-
-