Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesConversionAction

A conversion action.

Inheritance
object
GoogleAdsSearchads360V0ResourcesConversionAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionAction : 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 GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings AttributionModelSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings

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?

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

FloodlightSettings

Output only. Floodlight settings for Floodlight conversion types.

Declaration
[JsonProperty("floodlightSettings")]
public virtual GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings FloodlightSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings

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?

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

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

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

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 GoogleAdsSearchads360V0ResourcesConversionActionValueSettings ValueSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesConversionActionValueSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX