DoubleClickBidManager
import { DoubleClickBidManager } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";
DoubleClick Bid Manager API allows users to manage and create campaigns and reports.
class DoubleClickBidManager {}
async queriesDelete(queryId: bigint): Promise<void>;
async queriesReportsList(queryId: bigint, opts?: QueriesReportsListOptions): Promise<ListReportsResponse>;
§Methods
§
queriesDelete(queryId: bigint): Promise<void>
[src]Deletes an existing query as well as its generated reports.
@param queryId
Required. The ID of the query to delete.
§
queriesList(opts?: QueriesListOptions): Promise<ListQueriesResponse>
[src]Lists queries created by the current user.
§
Lists reports generated by the provided query.
@param queryId
Required. The ID of the query that generated the reports.