File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/firebase_analytics/firebase_analytics/lib/src Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -379,14 +379,13 @@ class FirebaseAnalytics extends FirebasePluginPlatform {
379
379
);
380
380
}
381
381
382
- /// Logs the standard `add_to_wishlist ` event.
382
+ /// Logs the standard `ad_impression ` event.
383
383
///
384
- /// This event signifies that an item was added to a wishlist. Use this event
385
- /// to identify popular gift items in your app. Note: If you supply the
386
- /// [value] parameter, you must also supply the [currency] parameter so that
384
+ /// This event signifies when a user sees an ad impression. Note: If you supply
385
+ /// the [value] parameter, you must also supply the [currency] parameter so that
387
386
/// revenue metrics can be computed accurately.
388
387
///
389
- /// See: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event.html#ADD_TO_WISHLIST
388
+ /// See: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event.html#AD_IMPRESSION
390
389
Future <void > logAdImpression ({
391
390
String ? adPlatform,
392
391
String ? adSource,
You can’t perform that action at this time.
0 commit comments