ADConversionDetails Delegate
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.
Method signature for methods tha receive the information back from ADClient’s LookupConversionDetails.
public delegate void ADConversionDetails(NSDate appPurchaseDate, NSDate iAdImpressionDate);
type ADConversionDetails = delegate of NSDate * NSDate -> unit
Parameters
- appPurchaseDate
- NSDate
The purchase date when the user actually made the purchase. This parameter can be null.
- iAdImpressionDate
- NSDate
The date when the user saw and interacted with the ad, before purchasing the app. This parameter can be null.
Remarks
If both dates are present this means that the installation of your application is the result of the user seeing the iAd and installing the application as a result of watching the iAd.
The values could be null either because the user has a “Limit Ad Tracking” enabled, or if the user did not install your application due to watching an iAd.