GooglePlayAnalytics class
Parameters for Google Play Campaign Measurements.
Constructors
- GooglePlayAnalytics({String? gclid, String? utmCampaign, String? utmContent, String? utmMedium, String? utmSource, String? utmTerm})
- GooglePlayAnalytics.fromJson(Map _json)
Properties
- gclid ↔ String?
-
Deprecated; FDL SDK does not process nor log it.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- utmCampaign ↔ String?
-
Campaign name; used for keyword analysis to identify a specific product
promotion or strategic campaign.
getter/setter pair
- utmContent ↔ String?
-
Campaign content; used for A/B testing and content-targeted ads to
differentiate ads or links that point to the same URL.
getter/setter pair
- utmMedium ↔ String?
-
Campaign medium; used to identify a medium such as email or
cost-per-click.
getter/setter pair
- utmSource ↔ String?
-
Campaign source; used to identify a search engine, newsletter, or other
source.
getter/setter pair
- utmTerm ↔ String?
-
Campaign term; used with paid search to supply the keywords for ads.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited