google_api_double_click_search v0.4.0 GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec View Source
A request object used to create a DoubleClick Search report.
Attributes
columnName
(type:String.t
, default:nil
) - Name of a DoubleClick Search column to include in the report.customDimensionName
(type:String.t
, default:nil
) - 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.customMetricName
(type:String.t
, default:nil
) - 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.endDate
(type:String.t
, default:nil
) - 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.groupByColumn
(type:boolean()
, default:false
) - Synchronous report only. Set to true to group by this column. Defaults to false.headerText
(type:String.t
, default:nil
) - 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.platformSource
(type:String.t
, default:nil
) - The platform that is used to provide data for the custom dimension. Acceptable values are "floodlight".productReportPerspective
(type:String.t
, default:nil
) - 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
savedColumnName
(type:String.t
, default:nil
) - 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.startDate
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec{ columnName: String.t(), customDimensionName: String.t(), customMetricName: String.t(), endDate: String.t(), groupByColumn: boolean(), headerText: String.t(), platformSource: String.t(), productReportPerspective: String.t(), savedColumnName: String.t(), startDate: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.