ReportPathToConversionCriteriaReportProperties class
The properties of the report.
Constructors
- ReportPathToConversionCriteriaReportProperties({int? clicksLookbackWindow, int? impressionsLookbackWindow, bool? includeAttributedIPConversions, bool? includeUnattributedCookieConversions, bool? includeUnattributedIPConversions, int? maximumClickInteractions, int? maximumImpressionInteractions, int? maximumInteractionGap, bool? pivotOnInteractionPath})
- ReportPathToConversionCriteriaReportProperties.fromJson(Map json_)
Properties
- clicksLookbackWindow ↔ int?
-
CM360 checks to see if a click interaction occurred within the specified
period of time before a conversion.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressionsLookbackWindow ↔ int?
-
CM360 checks to see if an impression interaction occurred within the
specified period of time before a conversion.
getter/setter pair
- includeAttributedIPConversions ↔ bool?
-
Deprecated: has no effect.
getter/setter pair
- includeUnattributedCookieConversions ↔ bool?
-
Include conversions of users with a DoubleClick cookie but without an
exposure.
getter/setter pair
- includeUnattributedIPConversions ↔ bool?
-
Include conversions that have no associated cookies and no exposures.
getter/setter pair
- maximumClickInteractions ↔ int?
-
The maximum number of click interactions to include in the report.
getter/setter pair
- maximumImpressionInteractions ↔ int?
-
The maximum number of click interactions to include in the report.
getter/setter pair
- maximumInteractionGap ↔ int?
-
The maximum amount of time that can take place between interactions
(clicks or impressions) by the same user.
getter/setter pair
- pivotOnInteractionPath ↔ bool?
-
Enable pivoting on interaction path.
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