Class Parameters
Parameters of a generated report.
Implements
Inherited Members
Namespace: Google.Apis.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class Parameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filters
Filters to limit the scope of reported data.
Declaration
[JsonProperty("filters")]
public virtual IList<FilterPair> Filters { get; set; }
Property Value
Type | Description |
---|---|
IList<FilterPair> |
GroupBys
Dimensions by which to segment and group the data. Defined by Filter values.
Declaration
[JsonProperty("groupBys")]
public virtual IList<string> GroupBys { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Metrics
Metrics to define the data populating the report. Defined by Metric values.
Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Options
Additional report parameter options.
Declaration
[JsonProperty("options")]
public virtual Options Options { get; set; }
Property Value
Type | Description |
---|---|
Options |
Type
The type of the report. The type of the report determines the dimesions, filters, and metrics that can be used.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |