ConversionCountingConfig class

Settings that control how conversions are counted.

All post-click conversions will be counted. A percentage value can be set for post-view conversions counting.

Constructors

ConversionCountingConfig({List<TrackingFloodlightActivityConfig>? floodlightActivityConfigs, String? postViewCountPercentageMillis})
ConversionCountingConfig.fromJson(Map json_)

Properties

floodlightActivityConfigs List<TrackingFloodlightActivityConfig>?
The Floodlight activity configs used to track conversions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postViewCountPercentageMillis String?
The percentage of post-view conversions to count, in millis (1/1000 of a percent).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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