GoogleAdsSearchads360V23ResourcesConversionAction class

A conversion action.

Constructors

GoogleAdsSearchads360V23ResourcesConversionAction({String? appId, GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings? attributionModelSettings, String? category, String? clickThroughLookbackWindowDays, String? countingType, String? creationTime, GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings? firebaseSettings, GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings? floodlightSettings, GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings? googleAnalytics4Settings, String? id, bool? includeInClientAccountConversionsMetric, bool? includeInConversionsMetric, String? mobileAppVendor, String? name, String? origin, String? ownerCustomer, String? phoneCallDurationSeconds, bool? primaryForGoal, String? resourceName, String? status, List<GoogleAdsSearchads360V23CommonTagSnippet>? tagSnippets, GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings? thirdPartyAppAnalyticsSettings, String? type, GoogleAdsSearchads360V23ResourcesConversionActionValueSettings? valueSettings, String? viewThroughLookbackWindowDays})
GoogleAdsSearchads360V23ResourcesConversionAction.fromJson(Map json_)

Properties

appId String?
App ID for an app conversion action.
getter/setter pair
attributionModelSettings GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings?
Settings related to this conversion action's attribution model.
getter/setter pair
category String?
The category of conversions reported for this conversion action. Possible string values are:
getter/setter pair
clickThroughLookbackWindowDays String?
The maximum number of days that may elapse between an interaction (for example, a click) and a conversion event.
getter/setter pair
countingType String?
How to count conversion events for the conversion action. Possible string values are:
getter/setter pair
creationTime String?
Timestamp of the Floodlight activity's creation, formatted in ISO 8601.
getter/setter pair
firebaseSettings GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings?
Firebase settings for Firebase conversion types.
getter/setter pair
floodlightSettings GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings?
Floodlight settings for Floodlight conversion types.
getter/setter pair
googleAnalytics4Settings GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings?
Google Analytics 4 settings for Google Analytics 4 conversion types.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the conversion action.
getter/setter pair
includeInClientAccountConversionsMetric bool?
Whether this conversion action should be included in the "client_account_conversions" metric.
getter/setter pair
includeInConversionsMetric bool?
Whether this conversion action should be included in the "conversions" metric.
getter/setter pair
mobileAppVendor String?
Mobile app vendor for an app conversion action.
getter/setter pair
name String?
The name of the conversion action.
getter/setter pair
origin String?
The conversion origin of this conversion action.
getter/setter pair
ownerCustomer String?
The resource name of the conversion action owner customer, or null if this is a system-defined conversion action.
getter/setter pair
phoneCallDurationSeconds String?
The phone call duration in seconds after which a conversion should be reported for this conversion action.
getter/setter pair
primaryForGoal bool?
If a conversion action's primary_for_goal bit is false, the conversion action is non-biddable for all campaigns regardless of their customer conversion goal or campaign conversion goal.
getter/setter pair
resourceName String?
The resource name of the conversion action.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of this conversion action for conversion event accrual. Possible string values are:
getter/setter pair
tagSnippets List<GoogleAdsSearchads360V23CommonTagSnippet>?
The snippets used for tracking conversions.
getter/setter pair
thirdPartyAppAnalyticsSettings GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings?
Third Party App Analytics settings for third party conversion types.
getter/setter pair
type String?
The type of this conversion action.
getter/setter pair
valueSettings GoogleAdsSearchads360V23ResourcesConversionActionValueSettings?
Settings related to the value for conversion events associated with this conversion action.
getter/setter pair
viewThroughLookbackWindowDays String?
The maximum number of days which may elapse between an impression and a conversion without an interaction.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited