google_api_double_click_search v0.2.0 GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec View Source
A request object used to create a DoubleClick Search report.
Attributes
- columnName (String.t): Name of a DoubleClick Search column to include in the report. Defaults to:
null
. - customDimensionName (String.t): Segments a report by a custom dimension. The report must be scoped to an advertiser or lower, and the custom dimension must already be set up in DoubleClick Search. The custom dimension name, which appears in DoubleClick Search, is case sensitive. If used in a conversion report, returns the value of the specified custom dimension for the given conversion, if set. This column does not segment the conversion report. Defaults to:
null
. - customMetricName (String.t): Name of a custom metric to include in the report. The report must be scoped to an advertiser or lower, and the custom metric must already be set up in DoubleClick Search. The custom metric name, which appears in DoubleClick Search, is case sensitive. Defaults to:
null
. - endDate (String.t): Inclusive day in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with startDate. Defaults to:
null
. - groupByColumn (boolean()): Synchronous report only. Set to true to group by this column. Defaults to false. Defaults to:
null
. - headerText (String.t): Text used to identify this column in the report output; defaults to columnName or savedColumnName when not specified. This can be used to prevent collisions between DoubleClick Search columns and saved columns with the same name. Defaults to:
null
. - platformSource (String.t): The platform that is used to provide data for the custom dimension. Acceptable values are "floodlight". Defaults to:
null
. - productReportPerspective (String.t): Returns metrics only for a specific type of product activity. Accepted values are: - "sold": returns metrics only for products that were sold - "advertised": returns metrics only for products that were advertised in a Shopping campaign, and that might or might not have been sold Defaults to:
null
. - savedColumnName (String.t): Name of a saved column to include in the report. The report must be scoped at advertiser or lower, and this saved column must already be created in the DoubleClick Search UI. Defaults to:
null
. - startDate (String.t): Inclusive date in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with endDate. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.