Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchAds360

import { SearchAds360 } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.

class SearchAds360 {
constructor(client?: CredentialsClient, baseUrl?: string);
async customersCustomColumnsGet(resourceName: string): Promise<GoogleAdsSearchads360V0Resources__CustomColumn>;
async customersCustomColumnsList(customerId: string): Promise<GoogleAdsSearchads360V0Services__ListCustomColumnsResponse>;
async customersListAccessibleCustomers(): Promise<GoogleAdsSearchads360V0Services__ListAccessibleCustomersResponse>;
async searchAds360FieldsGet(resourceName: string): Promise<GoogleAdsSearchads360V0Resources__SearchAds360Field>;
}

§Constructors

§
new SearchAds360(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
customersCustomColumnsGet(resourceName: string): Promise<GoogleAdsSearchads360V0Resources__CustomColumn>
[src]

Returns the requested custom column in full detail.

@param resourceName

Required. The resource name of the custom column to fetch.

§
customersCustomColumnsList(customerId: string): Promise<GoogleAdsSearchads360V0Services__ListCustomColumnsResponse>
[src]

Returns all the custom columns associated with the customer in full detail.

@param customerId

Required. The ID of the customer to apply the CustomColumn list operation to.

§

Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

§

Returns all rows that match the search query. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QueryError QuotaError RequestError

@param customerId

Required. The ID of the customer being queried.

§
searchAds360FieldsGet(resourceName: string): Promise<GoogleAdsSearchads360V0Resources__SearchAds360Field>
[src]

Returns just the requested field. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

@param resourceName

Required. The resource name of the field to get.