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

ConversionGetOptions

import type { ConversionGetOptions } from "https://googleapis.deno.dev/v1/doubleclicksearch:v2.ts";

Additional options for doubleclickSearch#conversionGet.

interface ConversionGetOptions {
adGroupId?: bigint;
adId?: bigint;
campaignId?: bigint;
criterionId?: bigint;
customerId?: string;
endDate: number;
rowCount: number;
startDate: number;
startRow: number;
}

§Properties

§
adGroupId?: bigint
[src]

Numeric ID of the ad group.

§
adId?: bigint
[src]

Numeric ID of the ad.

§
campaignId?: bigint
[src]

Numeric ID of the campaign.

§
criterionId?: bigint
[src]

Numeric ID of the criterion.

§
customerId?: string
[src]

Customer ID of a client account in the new Search Ads 360 experience.

§
endDate: number
[src]

Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

§
rowCount: number
[src]

The number of conversions to return per call.

§
startDate: number
[src]

First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

§
startRow: number
[src]

The 0-based starting index for retrieving conversions results.