Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesConversion

A conversion.

Inheritance
object
GoogleAdsSearchads360V0ResourcesConversion
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 GoogleAdsSearchads360V0ResourcesConversion : IDirectResponseSchema

Properties

AdId

Output only. Ad ID. A value of 0 indicates that the ad is unattributed.

Declaration
[JsonProperty("adId")]
public virtual long? AdId { get; set; }
Property Value
Type Description
long?

AdvertiserConversionId

Output only. For offline conversions, this is an ID provided by advertisers. If an advertiser doesn't specify such an ID, Search Ads 360 generates one. For online conversions, this is equal to the id column or the floodlight_order_id column depending on the advertiser's Floodlight instructions.

Declaration
[JsonProperty("advertiserConversionId")]
public virtual string AdvertiserConversionId { get; set; }
Property Value
Type Description
string

AssetFieldType

Output only. Asset field type of the conversion event.

Declaration
[JsonProperty("assetFieldType")]
public virtual string AssetFieldType { get; set; }
Property Value
Type Description
string

AssetId

Output only. ID of the asset which was interacted with during the conversion event.

Declaration
[JsonProperty("assetId")]
public virtual long? AssetId { get; set; }
Property Value
Type Description
long?

AttributionType

Output only. What the conversion is attributed to: Visit or Keyword+Ad.

Declaration
[JsonProperty("attributionType")]
public virtual string AttributionType { get; set; }
Property Value
Type Description
string

ClickId

Output only. A unique string, for the visit that the conversion is attributed to, that is passed to the landing page as the click id URL parameter.

Declaration
[JsonProperty("clickId")]
public virtual string ClickId { get; set; }
Property Value
Type Description
string

ConversionDateTime

Output only. The timestamp of the conversion event.

Declaration
[JsonProperty("conversionDateTime")]
public virtual string ConversionDateTime { get; set; }
Property Value
Type Description
string

ConversionLastModifiedDateTime

Output only. The timestamp of the last time the conversion was modified.

Declaration
[JsonProperty("conversionLastModifiedDateTime")]
public virtual string ConversionLastModifiedDateTime { get; set; }
Property Value
Type Description
string

ConversionQuantity

Output only. The quantity of items recorded by the conversion, as determined by the qty url parameter. The advertiser is responsible for dynamically populating the parameter (such as number of items sold in the conversion), otherwise it defaults to 1.

Declaration
[JsonProperty("conversionQuantity")]
public virtual long? ConversionQuantity { get; set; }
Property Value
Type Description
long?

ConversionRevenueMicros

Output only. The adjusted revenue in micros for the conversion event. This will always be in the currency of the serving account.

Declaration
[JsonProperty("conversionRevenueMicros")]
public virtual long? ConversionRevenueMicros { get; set; }
Property Value
Type Description
long?

ConversionVisitDateTime

Output only. The timestamp of the visit that the conversion is attributed to.

Declaration
[JsonProperty("conversionVisitDateTime")]
public virtual string ConversionVisitDateTime { get; set; }
Property Value
Type Description
string

CriterionId

Output only. Search Ads 360 criterion ID. A value of 0 indicates that the criterion is unattributed.

Declaration
[JsonProperty("criterionId")]
public virtual long? CriterionId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FloodlightOrderId

Output only. The Floodlight order ID provided by the advertiser for the conversion.

Declaration
[JsonProperty("floodlightOrderId")]
public virtual string FloodlightOrderId { get; set; }
Property Value
Type Description
string

FloodlightOriginalRevenue

Output only. The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.

Declaration
[JsonProperty("floodlightOriginalRevenue")]
public virtual long? FloodlightOriginalRevenue { get; set; }
Property Value
Type Description
long?

Id

Output only. The ID of the conversion

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

MerchantId

Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360.

Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
Type Description
long?

ProductChannel

Output only. The sales channel of the product that was clicked on: Online or Local.

Declaration
[JsonProperty("productChannel")]
public virtual string ProductChannel { get; set; }
Property Value
Type Description
string

ProductCountryCode

Output only. The country (ISO-3166-format) registered for the inventory feed that contains the product clicked on.

Declaration
[JsonProperty("productCountryCode")]
public virtual string ProductCountryCode { get; set; }
Property Value
Type Description
string

ProductId

Output only. The ID of the product clicked on.

Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type Description
string

ProductLanguageCode

Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.

Declaration
[JsonProperty("productLanguageCode")]
public virtual string ProductLanguageCode { get; set; }
Property Value
Type Description
string

ProductStoreId

Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.

Declaration
[JsonProperty("productStoreId")]
public virtual string ProductStoreId { get; set; }
Property Value
Type Description
string

ResourceName

Output only. The resource name of the conversion. Conversion resource names have the form: customers/{customer_id}/conversions/{ad_group_id}~{criterion_id}~{ds_conversion_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the conversion, either ENABLED or REMOVED..

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

VisitId

Output only. The Search Ads 360 visit ID that the conversion is attributed to.

Declaration
[JsonProperty("visitId")]
public virtual long? VisitId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX