Show / Hide Table of Contents

Class OmnitureSettings

Omniture Integration Settings.

Inheritance
System.Object
OmnitureSettings
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class OmnitureSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OmnitureCostDataEnabled

Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.

Declaration
[JsonProperty("omnitureCostDataEnabled")]
public virtual bool? OmnitureCostDataEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

OmnitureIntegrationEnabled

Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.

Declaration
[JsonProperty("omnitureIntegrationEnabled")]
public virtual bool? OmnitureIntegrationEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top