FloodlightActivityPublisherDynamicTag class

Publisher Dynamic Tag

Constructors

FloodlightActivityPublisherDynamicTag({bool? clickThrough, String? directorySiteId, FloodlightActivityDynamicTag? dynamicTag, String? siteId, DimensionValue? siteIdDimensionValue, bool? viewThrough})
FloodlightActivityPublisherDynamicTag.fromJson(Map json_)

Properties

clickThrough bool?
Whether this tag is applicable only for click-throughs.
getter/setter pair
directorySiteId String?
Directory site ID of this dynamic tag.
getter/setter pair
dynamicTag FloodlightActivityDynamicTag?
Dynamic floodlight tag.
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
siteId String?
Site ID of this dynamic tag.
getter/setter pair
siteIdDimensionValue DimensionValue?
Dimension value for the ID of the site.
getter/setter pair
viewThrough bool?
Whether this tag is applicable only for view-throughs.
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