Class OmnitureSettings
Omniture Integration Settings.
Inheritance
object
OmnitureSettings
Implements
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.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.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? |