DoubleClick Bid Manager API (doubleclickbidmanager:v1.1)

2023-06-16

6 removed methods | Removed API

Deletions

    Methods
  • doubleclickbidmanager.queries.createquery

      Description: Creates a query.

      Flat Path: query

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Path: query

      Parameters:

        asynchronous

          Type: boolean

          Description: If true, tries to run the query asynchronously. Only applicable when the frequency is ONE_TIME.

          Default: false

          Location: query

  • doubleclickbidmanager.queries.listqueries

      Flat Path: queries

      Path: queries

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Parameters:

        pageToken

          Description: Optional pagination token.

          Location: query

          Type: string

        pageSize

          Format: int32

          Type: integer

          Description: Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified.

          Location: query

      Description: Retrieves stored queries.

      HTTP Method: GET

  • doubleclickbidmanager.queries.deletequery

      Flat Path: query/{queryId}

      HTTP Method: DELETE

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Path: query/{queryId}

      Parameter Order: queryId

      Parameters:

        queryId

          Location: path

          Required: Yes

          Format: int64

          Type: string

          Description: Query ID to delete.

      Description: Deletes a stored query as well as the associated stored reports.

  • doubleclickbidmanager.queries.runquery

      Path: query/{queryId}

      Flat Path: query/{queryId}

      Parameter Order: queryId

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Parameters:

        asynchronous

          Location: query

          Default: false

          Description: If true, tries to run the query asynchronously.

          Type: boolean

        queryId

          Type: string

          Required: Yes

          Description: Query ID to run.

          Location: path

          Format: int64

      Description: Runs a stored query to generate a report.

      HTTP Method: POST

  • doubleclickbidmanager.queries.getquery

      Parameter Order: queryId

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Description: Retrieves a stored query.

      HTTP Method: GET

      Flat Path: query/{queryId}

      Path: query/{queryId}

      Parameters:

        queryId

          Format: int64

          Required: Yes

          Type: string

          Description: Query ID to retrieve.

          Location: path

  • doubleclickbidmanager.reports.listreports

      Description: Retrieves stored reports.

      Parameters:

        pageSize

          Location: query

          Type: integer

          Description: Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified.

          Format: int32

        queryId

          Location: path

          Type: string

          Format: int64

          Required: Yes

          Description: Query ID with which the reports are associated.

        pageToken

          Description: Optional pagination token.

          Location: query

          Type: string

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Parameter Order: queryId

      Path: queries/{queryId}/reports

      HTTP Method: GET

      Flat Path: queries/{queryId}/reports