FloodlightConfiguration constructor

FloodlightConfiguration({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. bool? analyticsDataSharingEnabled,
  5. CustomViewabilityMetric? customViewabilityMetric,
  6. bool? exposureToConversionEnabled,
  7. String? firstDayOfWeek,
  8. String? id,
  9. DimensionValue? idDimensionValue,
  10. bool? inAppAttributionTrackingEnabled,
  11. String? kind,
  12. LookbackConfiguration? lookbackConfiguration,
  13. String? naturalSearchConversionAttributionOption,
  14. OmnitureSettings? omnitureSettings,
  15. String? subaccountId,
  16. TagSettings? tagSettings,
  17. List<ThirdPartyAuthenticationToken>? thirdPartyAuthenticationTokens,
  18. 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,
});