EventTag constructor
EventTag({
- String? accountId,
- String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- String? campaignId,
- DimensionValue? campaignIdDimensionValue,
- bool? enabledByDefault,
- bool? excludeFromAdxRequests,
- String? id,
- String? kind,
- String? name,
- String? siteFilterType,
- List<
String> ? siteIds, - bool? sslCompliant,
- String? status,
- String? subaccountId,
- String? type,
- String? url,
- int? urlEscapeLevels,
Implementation
EventTag({
this.accountId,
this.advertiserId,
this.advertiserIdDimensionValue,
this.campaignId,
this.campaignIdDimensionValue,
this.enabledByDefault,
this.excludeFromAdxRequests,
this.id,
this.kind,
this.name,
this.siteFilterType,
this.siteIds,
this.sslCompliant,
this.status,
this.subaccountId,
this.type,
this.url,
this.urlEscapeLevels,
});