Class OmnitureSettings
Omniture Integration Settings.
Implements
Inherited Members
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? |