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

GoogleAdsSearchads360V0Common__TargetSpend

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

An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

interface GoogleAdsSearchads360V0Common__TargetSpend {
cpcBidCeilingMicros?: bigint;
targetSpendMicros?: 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.

§
targetSpendMicros?: bigint
[src]

The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.