TrackingFloodlightActivityConfig class
Settings that control the behavior of a single Floodlight activity config.
Constructors
Properties
- floodlightActivityId ↔ String
-
Required. The ID of the Floodlight activity.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- postClickLookbackWindowDays ↔ int
-
Required. The number of days after an ad has been clicked in which a
conversion may be counted. Must be between 0 and 90 inclusive.
read / write
- postViewLookbackWindowDays ↔ int
-
Required. The number of days after an ad has been viewed in which a
conversion may be counted. Must be between 0 and 90 inclusive.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited