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

GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend

import type { GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_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 GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend {
readonly cpcBidCeilingMicros?: bigint;
readonly targetSpendMicros?: bigint;
}

§Properties

§
readonly cpcBidCeilingMicros?: bigint
[src]

Output only. Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.

§
readonly targetSpendMicros?: bigint
[src]

Output only. 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.