Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaPostbackWindow

Settings for a SKAdNetwork conversion postback window.

Inheritance
object
GoogleAnalyticsAdminV1alphaPostbackWindow
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.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaPostbackWindow : IDirectResponseSchema

Properties

ConversionValues

Ordering of the repeated field will be used to prioritize the conversion value settings. Lower indexed entries are prioritized higher. The first conversion value setting that evaluates to true will be selected. It must have at least one entry if enable_postback_window_settings is set to true. It can have maximum of 128 entries.

Declaration
[JsonProperty("conversionValues")]
public virtual IList<GoogleAnalyticsAdminV1alphaConversionValues> ConversionValues { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaConversionValues>

ETag

The ETag of the item.

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

PostbackWindowSettingsEnabled

If enable_postback_window_settings is true, conversion_values must be populated and will be used for determining when and how to set the Conversion Value on a client device and exporting schema to linked Ads accounts. If false, the settings are not used, but are retained in case they may be used in the future. This must always be true for postback_window_one.

Declaration
[JsonProperty("postbackWindowSettingsEnabled")]
public virtual bool? PostbackWindowSettingsEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX