Class GoogleAdsSearchads360V23ResourcesConversionAction
A conversion action.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesConversionAction : IDirectResponseSchema
Properties
AppId
App ID for an app conversion action.
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AttributionModelSettings
Settings related to this conversion action's attribution model.
Declaration
[JsonProperty("attributionModelSettings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings AttributionModelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings |
Category
The category of conversions reported for this conversion action.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClickThroughLookbackWindowDays
The maximum number of days that may elapse between an interaction (for example, a click) and a conversion event.
Declaration
[JsonProperty("clickThroughLookbackWindowDays")]
public virtual long? ClickThroughLookbackWindowDays { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CountingType
How to count conversion events for the conversion action.
Declaration
[JsonProperty("countingType")]
public virtual string CountingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreationTime
Output only. Timestamp of the Floodlight activity's creation, formatted in ISO 8601.
Declaration
[JsonProperty("creationTime")]
public virtual string CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirebaseSettings
Output only. Firebase settings for Firebase conversion types.
Declaration
[JsonProperty("firebaseSettings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings FirebaseSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings |
FloodlightSettings
Output only. Floodlight settings for Floodlight conversion types.
Declaration
[JsonProperty("floodlightSettings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings FloodlightSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings |
GoogleAnalytics4Settings
Output only. Google Analytics 4 settings for Google Analytics 4 conversion types.
Declaration
[JsonProperty("googleAnalytics4Settings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings GoogleAnalytics4Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings |
Id
Output only. The ID of the conversion action.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
IncludeInClientAccountConversionsMetric
Whether this conversion action should be included in the "client_account_conversions" metric.
Declaration
[JsonProperty("includeInClientAccountConversionsMetric")]
public virtual bool? IncludeInClientAccountConversionsMetric { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IncludeInConversionsMetric
Output only. Whether this conversion action should be included in the "conversions" metric.
Declaration
[JsonProperty("includeInConversionsMetric")]
public virtual bool? IncludeInConversionsMetric { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MobileAppVendor
Output only. Mobile app vendor for an app conversion action.
Declaration
[JsonProperty("mobileAppVendor")]
public virtual string MobileAppVendor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the conversion action. This field is required and should not be empty when creating new conversion actions.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Origin
Output only. The conversion origin of this conversion action.
Declaration
[JsonProperty("origin")]
public virtual string Origin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerCustomer
Output only. The resource name of the conversion action owner customer, or null if this is a system-defined conversion action.
Declaration
[JsonProperty("ownerCustomer")]
public virtual string OwnerCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneCallDurationSeconds
The phone call duration in seconds after which a conversion should be reported for this conversion action. The value must be between 0 and 10000, inclusive.
Declaration
[JsonProperty("phoneCallDurationSeconds")]
public virtual long? PhoneCallDurationSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PrimaryForGoal
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. However, custom conversion goals do not respect primary_for_goal, so if a campaign has a custom conversion goal configured with a primary_for_goal = false conversion action, that conversion action is still biddable. By default, primary_for_goal will be true if not set. In V9, primary_for_goal can only be set to false after creation through an 'update' operation because it's not declared as optional.
Declaration
[JsonProperty("primaryForGoal")]
public virtual bool? PrimaryForGoal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ResourceName
Immutable. The resource name of the conversion action. Conversion action resource names have the form:
customers/{customer_id}/conversionActions/{conversion_action_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of this conversion action for conversion event accrual.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TagSnippets
Output only. The snippets used for tracking conversions.
Declaration
[JsonProperty("tagSnippets")]
public virtual IList<GoogleAdsSearchads360V23CommonTagSnippet> TagSnippets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonTagSnippet> |
ThirdPartyAppAnalyticsSettings
Output only. Third Party App Analytics settings for third party conversion types.
Declaration
[JsonProperty("thirdPartyAppAnalyticsSettings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings ThirdPartyAppAnalyticsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings |
Type
Immutable. The type of this conversion action.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueSettings
Settings related to the value for conversion events associated with this conversion action.
Declaration
[JsonProperty("valueSettings")]
public virtual GoogleAdsSearchads360V23ResourcesConversionActionValueSettings ValueSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesConversionActionValueSettings |
ViewThroughLookbackWindowDays
The maximum number of days which may elapse between an impression and a conversion without an interaction.
Declaration
[JsonProperty("viewThroughLookbackWindowDays")]
public virtual long? ViewThroughLookbackWindowDays { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |