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

GoogleAdsSearchads360V0Common__TargetRoas

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

An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).

interface GoogleAdsSearchads360V0Common__TargetRoas {
cpcBidCeilingMicros?: bigint;
cpcBidFloorMicros?: bigint;
targetRoas?: number;
}

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

§
targetRoas?: number
[src]

Required. The chosen revenue (based on conversion data) per unit of spend. Value must be between 0.01 and 1000.0, inclusive.