ADClientConversionDetailsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains purchase date and impression date information.
public class ADClientConversionDetailsResult
type ADClientConversionDetailsResult = class
- Inheritance
-
ADClientConversionDetailsResult
Remarks
This class holds the return values from the asynchronous method LookupAdConversionDetailsAsync().
Constructors
ADClientConversionDetailsResult(NSDate, NSDate) |
Constructs an instance of iAd.ADClientConversionDetailsResult |
Properties
AppPurchaseDate |
The date that the app was purchased. |
IAdImpressionDate |
The date of the ad impression. |