FloodlightConfiguration constructor
FloodlightConfiguration({
- String? accountId,
- String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- bool? analyticsDataSharingEnabled,
- CustomViewabilityMetric? customViewabilityMetric,
- bool? exposureToConversionEnabled,
- String? firstDayOfWeek,
- String? id,
- DimensionValue? idDimensionValue,
- bool? inAppAttributionTrackingEnabled,
- String? kind,
- LookbackConfiguration? lookbackConfiguration,
- String? naturalSearchConversionAttributionOption,
- OmnitureSettings? omnitureSettings,
- String? subaccountId,
- TagSettings? tagSettings,
- List<
ThirdPartyAuthenticationToken> ? thirdPartyAuthenticationTokens, - List<
UserDefinedVariableConfiguration> ? userDefinedVariableConfigurations,
Implementation
FloodlightConfiguration({
this.accountId,
this.advertiserId,
this.advertiserIdDimensionValue,
this.analyticsDataSharingEnabled,
this.customViewabilityMetric,
this.exposureToConversionEnabled,
this.firstDayOfWeek,
this.id,
this.idDimensionValue,
this.inAppAttributionTrackingEnabled,
this.kind,
this.lookbackConfiguration,
this.naturalSearchConversionAttributionOption,
this.omnitureSettings,
this.subaccountId,
this.tagSettings,
this.thirdPartyAuthenticationTokens,
this.userDefinedVariableConfigurations,
});