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

GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare

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

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

interface GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare {
readonly cpcBidCeilingMicros?: bigint;
readonly location?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ANYWHERE_ON_PAGE"
| "TOP_OF_PAGE"
| "ABSOLUTE_TOP_OF_PAGE";
locationFractionMicros?: bigint;
}

§Properties

§
readonly cpcBidCeilingMicros?: bigint
[src]

Output only. The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.

§
readonly location?: "UNSPECIFIED" | "UNKNOWN" | "ANYWHERE_ON_PAGE" | "TOP_OF_PAGE" | "ABSOLUTE_TOP_OF_PAGE"
[src]

Output only. The targeted location on the search results page.

§
locationFractionMicros?: bigint
[src]

The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.