google_api_double_click_search v0.2.0 API Reference
Modules
API calls for all endpoints tagged Conversion
.
API calls for all endpoints tagged Reports
.
API calls for all endpoints tagged SavedColumns
.
Handle Tesla connections for GoogleApi.DoubleClickSearch.V2.
Helper functions for deserializing responses into models.
A message containing availability data relevant to DoubleClick Search.
A conversion containing data relevant to DoubleClick Search.
A list of conversions.
A message containing the custome dimension.
A message containing the custome metric.
A DoubleClick Search report. This object contains the report request, some report metadata such as currency code, and the generated report rows or report files.
A request object used to create a DoubleClick Search report.
A request object used to create a DoubleClick Search report.
Attributes
- column (ReportApiColumnSpec): Column to perform the filter on. This can be a DoubleClick Search column or a saved column. Defaults to:
null
. - operator (String.t): Operator to use in the filter. See the filter reference for a list of available operators. Defaults to:
null
. - values ([ErrorUnknown]): A list of values to filter the column value against. The maximum number of filter values per request is 300. Defaults to:
null
.
The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.
If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.
A row in a DoubleClick Search report.
A saved column
A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.
The request to update availability.
The response to a update availability request.
Helper functions for building Tesla requests.