BTNViewableImpression Class Reference

Inherits from NSObject
Declared in BTNViewableImpression.h

  creativeType

An enum value representing the creative type of the offer associated with this viewable impression.

@property (nonatomic, readonly, assign) BTNCreativeType creativeType

Discussion

An enum value representing the creative type of the offer associated with this viewable impression.

Default is BTNCreativeTypeOther.

Declared In

BTNViewableImpression.h

  url

The URL that is associated with the offer.

@property (nonatomic, readonly, copy) NSString *url

Discussion

The URL that is associated with the offer.

Declared In

BTNViewableImpression.h

  visibleRateType

An enum value representing type of the visibleRate for the offer that is displayed to the user, either percent or fixed.

@property (nonatomic, readonly, assign) BTNVisibleRateType visibleRateType

Discussion

An enum value representing type of the visibleRate for the offer that is displayed to the user, either percent or fixed.

Declared In

BTNViewableImpression.h

  visibleRate

The rate visible to the user. If the visibleRateType is fixed, this value represents the amount in the currency of the offer. If it is percent, this will be a value ranging from 0.0 to 100.0.

@property (nonatomic, readonly, assign) double visibleRate

Discussion

The rate visible to the user. If the visibleRateType is fixed, this value represents the amount in the currency of the offer. If it is percent, this will be a value ranging from 0.0 to 100.0.

Declared In

BTNViewableImpression.h

  offerId

The optional Button-provided value that identifies the rate of the served offer.

@property (nonatomic, readonly, copy) NSString *offerId

Discussion

The optional Button-provided value that identifies the rate of the served offer.

Declared In

BTNViewableImpression.h