Show / Hide Table of Contents

Class OmnitureSettings

Omniture Integration Settings.

Inheritance
object
OmnitureSettings
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OmnitureSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
bool?

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
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX