Conversion constructor
Conversion({
- String? adGroupId,
- String? adId,
- String? adUserDataConsent,
- String? advertiserId,
- String? agencyId,
- String? attributionModel,
- String? campaignId,
- String? channel,
- String? clickId,
- String? conversionId,
- String? conversionModifiedTimestamp,
- String? conversionTimestamp,
- String? countMillis,
- String? criterionId,
- String? currencyCode,
- List<
CustomDimension> ? customDimension, - List<
CustomMetric> ? customMetric, - String? customerId,
- String? deviceType,
- String? dsConversionId,
- String? engineAccountId,
- String? floodlightOrderId,
- String? inventoryAccountId,
- String? productCountry,
- String? productGroupId,
- String? productId,
- String? productLanguage,
- String? quantityMillis,
- String? revenueMicros,
- String? segmentationId,
- String? segmentationName,
- String? segmentationType,
- String? state,
- String? storeId,
- String? type,
Implementation
Conversion({
this.adGroupId,
this.adId,
this.adUserDataConsent,
this.advertiserId,
this.agencyId,
this.attributionModel,
this.campaignId,
this.channel,
this.clickId,
this.conversionId,
this.conversionModifiedTimestamp,
this.conversionTimestamp,
this.countMillis,
this.criterionId,
this.currencyCode,
this.customDimension,
this.customMetric,
this.customerId,
this.deviceType,
this.dsConversionId,
this.engineAccountId,
this.floodlightOrderId,
this.inventoryAccountId,
this.productCountry,
this.productGroupId,
this.productId,
this.productLanguage,
this.quantityMillis,
this.revenueMicros,
this.segmentationId,
this.segmentationName,
this.segmentationType,
this.state,
this.storeId,
this.type,
});