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

ConversionGetByCustomerIdOptions

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

Additional options for doubleclickSearch#conversionGetByCustomerId.

interface ConversionGetByCustomerIdOptions {
adGroupId?: bigint;
adId?: bigint;
advertiserId?: bigint;
agencyId?: bigint;
campaignId?: bigint;
criterionId?: bigint;
endDate: number;
engineAccountId?: bigint;
rowCount: number;
startDate: number;
startRow: number;
}

§Properties

§
adGroupId?: bigint
[src]

Numeric ID of the ad group.

§
adId?: bigint
[src]

Numeric ID of the ad.

§
advertiserId?: bigint
[src]

Numeric ID of the advertiser.

§
agencyId?: bigint
[src]

Numeric ID of the agency.

§
campaignId?: bigint
[src]

Numeric ID of the campaign.

§
criterionId?: bigint
[src]

Numeric ID of the criterion.

§
endDate: number
[src]

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

§
engineAccountId?: bigint
[src]

Numeric ID of the engine account.

§
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.