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

FixedBidStrategy

import type { FixedBidStrategy } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

A strategy that uses a fixed bidding price.

interface FixedBidStrategy {
bidAmountMicros?: bigint;
}

§Properties

§
bidAmountMicros?: bigint
[src]

The fixed bid amount, in micros of the advertiser's currency. For insertion order entity, bid_amount_micros should be set as 0. For line item entity, bid_amount_micros must be greater than or equal to billable unit of the given currency and smaller than or equal to the upper limit 1000000000. For example, 1500000 represents 1.5 standard units of the currency.