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

GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy

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

Represents a view of BiddingStrategies owned by and shared with the customer. In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.

interface GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy {
readonly id?: bigint;
readonly name?: string;
readonly ownerCustomerId?: bigint;
readonly ownerDescriptiveName?: string;
readonly resourceName?: string;
readonly type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "COMMISSION"
| "ENHANCED_CPC"
| "INVALID"
| "MANUAL_CPA"
| "MANUAL_CPC"
| "MANUAL_CPM"
| "MANUAL_CPV"
| "MAXIMIZE_CONVERSIONS"
| "MAXIMIZE_CONVERSION_VALUE"
| "PAGE_ONE_PROMOTED"
| "PERCENT_CPC"
| "TARGET_CPA"
| "TARGET_CPM"
| "TARGET_IMPRESSION_SHARE"
| "TARGET_OUTRANK_SHARE"
| "TARGET_ROAS"
| "TARGET_SPEND";
}

§Properties

§
readonly id?: bigint
[src]

Output only. The ID of the bidding strategy.

§

Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

§

Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.

§
readonly name?: string
[src]

Output only. The name of the bidding strategy.

§
readonly ownerCustomerId?: bigint
[src]

Output only. The ID of the Customer which owns the bidding strategy.

§
readonly ownerDescriptiveName?: string
[src]

Output only. descriptive_name of the Customer which owns the bidding strategy.

§
readonly resourceName?: string
[src]

Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form: customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}

§

Output only. A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

§

Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions.

§

Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).

§

Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget.

§
readonly type?: "UNSPECIFIED" | "UNKNOWN" | "COMMISSION" | "ENHANCED_CPC" | "INVALID" | "MANUAL_CPA" | "MANUAL_CPC" | "MANUAL_CPM" | "MANUAL_CPV" | "MAXIMIZE_CONVERSIONS" | "MAXIMIZE_CONVERSION_VALUE" | "PAGE_ONE_PROMOTED" | "PERCENT_CPC" | "TARGET_CPA" | "TARGET_CPM" | "TARGET_IMPRESSION_SHARE" | "TARGET_OUTRANK_SHARE" | "TARGET_ROAS" | "TARGET_SPEND"
[src]

Output only. The type of the bidding strategy.