Class CompatibleFields
Represents a response to the queryCompatibleFields method.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class CompatibleFields : IDirectResponseSchema
Properties
CrossDimensionReachReportCompatibleFields
Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
Declaration
[JsonProperty("crossDimensionReachReportCompatibleFields")]
public virtual CrossDimensionReachReportCompatibleFields CrossDimensionReachReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Cross |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System. |
FloodlightReportCompatibleFields
Contains items that are compatible to be selected for a report of type "FLOODLIGHT".
Declaration
[JsonProperty("floodlightReportCompatibleFields")]
public virtual FloodlightReportCompatibleFields FloodlightReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Floodlight |
Kind
The kind of resource this is, in this case dfareporting#compatibleFields.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System. |
PathAttributionReportCompatibleFields
Contains items that are compatible to be selected for a report of type "PATH_ATTRIBUTION".
Declaration
[JsonProperty("pathAttributionReportCompatibleFields")]
public virtual PathReportCompatibleFields PathAttributionReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Path |
PathReportCompatibleFields
Contains items that are compatible to be selected for a report of type "PATH".
Declaration
[JsonProperty("pathReportCompatibleFields")]
public virtual PathReportCompatibleFields PathReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Path |
PathToConversionReportCompatibleFields
Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".
Declaration
[JsonProperty("pathToConversionReportCompatibleFields")]
public virtual PathToConversionReportCompatibleFields PathToConversionReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Path |
ReachReportCompatibleFields
Contains items that are compatible to be selected for a report of type "REACH".
Declaration
[JsonProperty("reachReportCompatibleFields")]
public virtual ReachReportCompatibleFields ReachReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Reach |
ReportCompatibleFields
Contains items that are compatible to be selected for a report of type "STANDARD".
Declaration
[JsonProperty("reportCompatibleFields")]
public virtual ReportCompatibleFields ReportCompatibleFields { get; set; }
Property Value
Type | Description |
---|---|
Report |