We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5966b commit d011534Copy full SHA for d011534
analytics/ios_headers/FIREventNames.h
@@ -69,7 +69,9 @@ static NSString *const kFIREventAddToCart NS_SWIFT_NAME(AnalyticsEventAddToCart)
69
static NSString *const kFIREventAddToWishlist NS_SWIFT_NAME(AnalyticsEventAddToWishlist) =
70
@"add_to_wishlist";
71
72
-/// Ad Impression event. This event signifies when a user sees an ad impression. Params:
+/// Ad Impression event. This event signifies when a user sees an ad impression. Note: If you supply
73
+/// the @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency parameter
74
+/// so that revenue metrics can be computed accurately. Params:
75
///
76
/// <ul>
77
/// <li>@c kFIRParameterAdPlatform (NSString) (optional)</li>
0 commit comments