PretargetingConfig constructor
PretargetingConfig({
- List<
String> ? allowedUserTargetingModes, - AppTargeting? appTargeting,
- String? billingId,
- String? displayName,
- List<
String> ? excludedContentLabelIds, - NumericTargetingDimension? geoTargeting,
- List<
CreativeDimensions> ? includedCreativeDimensions, - List<
String> ? includedEnvironments, - List<
String> ? includedFormats, - List<
String> ? includedLanguages, - List<
String> ? includedMobileOperatingSystemIds, - List<
String> ? includedPlatforms, - List<
String> ? includedUserIdTypes, - String? interstitialTargeting,
- List<
String> ? invalidGeoIds, - String? maximumQps,
- int? minimumViewabilityDecile,
- String? name,
- StringTargetingDimension? publisherTargeting,
- String? state,
- NumericTargetingDimension? userListTargeting,
- NumericTargetingDimension? verticalTargeting,
- StringTargetingDimension? webTargeting,
Implementation
PretargetingConfig({
this.allowedUserTargetingModes,
this.appTargeting,
this.billingId,
this.displayName,
this.excludedContentLabelIds,
this.geoTargeting,
this.includedCreativeDimensions,
this.includedEnvironments,
this.includedFormats,
this.includedLanguages,
this.includedMobileOperatingSystemIds,
this.includedPlatforms,
this.includedUserIdTypes,
this.interstitialTargeting,
this.invalidGeoIds,
this.maximumQps,
this.minimumViewabilityDecile,
this.name,
this.publisherTargeting,
this.state,
this.userListTargeting,
this.verticalTargeting,
this.webTargeting,
});