java.lang.Object | |
↳ | com.usebutton.sdk.personalization.ViewableImpression |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ViewableImpression(String url, String offerId, CreativeType creativeType, VisibleRateType visibleRateType, float visibleRate)
Creates a Viewable Impression instance to be tracked.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
CreativeType |
getCreativeType()
An enum value representing the creative type of the offer associated with this viewable
impression.
| ||||||||||
String |
getOfferId()
The optional Button-provided value that identifies the rate of the served offer.
| ||||||||||
String |
getUrl()
The URL that is associated with the offcer.
| ||||||||||
float |
getVisibleRate()
The rate visible to the user.
| ||||||||||
VisibleRateType | getVisibleRateType() | ||||||||||
int | hashCode() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a Viewable Impression instance to be tracked.
url | The url of the served offer. |
---|---|
offerId | The Button-provided value that identifies the rate of the served offer. |
creativeType | An enum value representing the creative type of the offer. |
visibleRateType | The visibleRateType of the served offer. |
visibleRate | The visibleRate of the served offer. |
An enum value representing the creative type of the offer associated with this viewable
impression.
Default is OTHER
The optional Button-provided value that identifies the rate of the served offer.
The URL that is associated with the offcer.
The rate visible to the user. If the VisibleRateType
is FIXED
,
this value represents the amount in the currency of the offer. Otherwise, if it is
PERCENT
, this will be a value ranging from 0.0 to 100.0.