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

GoogleAdsSearchads360V0Common__MaximizeConversions

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

An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

interface GoogleAdsSearchads360V0Common__MaximizeConversions {
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. Mutable for portfolio bidding strategies only.

§
cpcBidFloorMicros?: bigint
[src]

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

§
targetCpaMicros?: bigint
[src]

The target cost-per-action (CPA) option. This is the average amount that you would like to spend per conversion action specified in micro units of the bidding strategy's currency. If set, the bid strategy will get as many conversions as possible at or below the target cost-per-action. If the target CPA is not set, the bid strategy will aim to achieve the lowest possible CPA given the budget.