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

GoogleAdsSearchads360V0Common__TargetCpa

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

An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

interface GoogleAdsSearchads360V0Common__TargetCpa {
cpcBidCeilingMicros?: bigint;
cpcBidFloorMicros?: bigint;
targetCpaMicros?: bigint;
}

§Properties

§
cpcBidCeilingMicros?: bigint
[src]

Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.

§
cpcBidFloorMicros?: bigint
[src]

Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.

§
targetCpaMicros?: bigint
[src]

Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.