GoogleAdsSearchads360V23ResourcesConversionTrackingSetting constructor

GoogleAdsSearchads360V23ResourcesConversionTrackingSetting({
  1. bool? acceptedCustomerDataTerms,
  2. String? conversionTrackingId,
  3. String? conversionTrackingStatus,
  4. String? crossAccountConversionTrackingId,
  5. bool? enhancedConversionsForLeadsEnabled,
  6. String? googleAdsConversionCustomer,
  7. String? googleAdsCrossAccountConversionTrackingId,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionTrackingSetting({
  this.acceptedCustomerDataTerms,
  this.conversionTrackingId,
  this.conversionTrackingStatus,
  this.crossAccountConversionTrackingId,
  this.enhancedConversionsForLeadsEnabled,
  this.googleAdsConversionCustomer,
  this.googleAdsCrossAccountConversionTrackingId,
});