FloodlightActivity constructor
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,
Implementation
FloodlightActivity({
this.accountId,
this.advertiserId,
this.advertiserIdDimensionValue,
this.attributionEnabled,
this.cacheBustingType,
this.countingMethod,
this.defaultTags,
this.expectedUrl,
this.floodlightActivityGroupId,
this.floodlightActivityGroupName,
this.floodlightActivityGroupTagString,
this.floodlightActivityGroupType,
this.floodlightConfigurationId,
this.floodlightConfigurationIdDimensionValue,
this.floodlightTagType,
this.id,
this.idDimensionValue,
this.kind,
this.name,
this.notes,
this.publisherTags,
this.secure,
this.sslCompliant,
this.sslRequired,
this.status,
this.subaccountId,
this.tagFormat,
this.tagString,
this.userDefinedVariableTypes,
});