FloodlightActivity class
Contains properties of a Floodlight activity.
Constructors
- 
          FloodlightActivity({String? accountId, String? advertiserId, DimensionValue? advertiserIdDimensionValue, bool? attributionEnabled, String? cacheBustingType, String? countingMethod, List<
FloodlightActivityDynamicTag> ? defaultTags, String? expectedUrl, String? floodlightActivityGroupId, String? floodlightActivityGroupName, String? floodlightActivityGroupTagString, String? floodlightActivityGroupType, String? floodlightConfigurationId, DimensionValue? floodlightConfigurationIdDimensionValue, String? floodlightTagType, String? id, DimensionValue? idDimensionValue, String? kind, String? name, String? notes, List<FloodlightActivityPublisherDynamicTag> ? publisherTags, bool? secure, bool? sslCompliant, bool? sslRequired, String? status, String? subaccountId, String? tagFormat, String? tagString, List<String> ? userDefinedVariableTypes}) - FloodlightActivity.fromJson(Map json_)
 
Properties
- accountId ↔ String?
 - 
  Account ID of this floodlight activity.
  getter/setter pair
 - advertiserId ↔ String?
 - 
  Advertiser ID of this floodlight activity.
  getter/setter pair
 - advertiserIdDimensionValue ↔ DimensionValue?
 - 
  Dimension value for the ID of the advertiser.
  getter/setter pair
 - attributionEnabled ↔ bool?
 - 
  Whether the activity is enabled for attribution.
  getter/setter pair
 - cacheBustingType ↔ String?
 - 
  Code type used for cache busting in the generated tag.
  getter/setter pair
 - countingMethod ↔ String?
 - 
  Counting method for conversions for this floodlight activity.
  getter/setter pair
 - 
  defaultTags
  ↔ List<
FloodlightActivityDynamicTag> ? - 
  Dynamic floodlight tags.
  getter/setter pair
 - expectedUrl ↔ String?
 - 
  URL where this tag will be deployed.
  getter/setter pair
 - floodlightActivityGroupId ↔ String?
 - 
  Floodlight activity group ID of this floodlight activity.
  getter/setter pair
 - floodlightActivityGroupName ↔ String?
 - 
  Name of the associated floodlight activity group.
  getter/setter pair
 - floodlightActivityGroupTagString ↔ String?
 - 
  Tag string of the associated floodlight activity group.
  getter/setter pair
 - floodlightActivityGroupType ↔ String?
 - 
  Type of the associated floodlight activity group.
  getter/setter pair
 - floodlightConfigurationId ↔ String?
 - 
  Floodlight configuration ID of this floodlight activity.
  getter/setter pair
 - floodlightConfigurationIdDimensionValue ↔ DimensionValue?
 - 
  Dimension value for the ID of the floodlight configuration.
  getter/setter pair
 - floodlightTagType ↔ String?
 - 
  The type of Floodlight tag this activity will generate.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id ↔ String?
 - 
  ID of this floodlight activity.
  getter/setter pair
 - idDimensionValue ↔ DimensionValue?
 - 
  Dimension value for the ID of this floodlight activity.
  getter/setter pair
 - kind ↔ String?
 - 
  Identifies what kind of resource this is.
  getter/setter pair
 - name ↔ String?
 - 
  Name of this floodlight activity.
  getter/setter pair
 - notes ↔ String?
 - 
  General notes or implementation instructions for the tag.
  getter/setter pair
 - 
  publisherTags
  ↔ List<
FloodlightActivityPublisherDynamicTag> ? - 
  Publisher dynamic floodlight tags.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - secure ↔ bool?
 - 
  Whether this tag should use SSL.
  getter/setter pair
 - sslCompliant ↔ bool?
 - 
  Whether the floodlight activity is SSL-compliant.
  getter/setter pair
 - sslRequired ↔ bool?
 - 
  Whether this floodlight activity must be SSL-compliant.
  getter/setter pair
 - status ↔ String?
 - 
  The status of the activity.
  getter/setter pair
 - subaccountId ↔ String?
 - 
  Subaccount ID of this floodlight activity.
  getter/setter pair
 - tagFormat ↔ String?
 - 
  Tag format type for the floodlight activity.
  getter/setter pair
 - tagString ↔ String?
 - 
  Value of the cat= parameter in the floodlight tag, which the ad servers
use to identify the activity.
  getter/setter pair
 - 
  userDefinedVariableTypes
  ↔ List<
String> ? - 
  List of the user-defined variables used by this conversion tag.
  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