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

GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory

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

One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level).

interface GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory {
id?: bigint;
level?:
| "UNSPECIFIED"
| "UNKNOWN"
| "LEVEL1"
| "LEVEL2"
| "LEVEL3"
| "LEVEL4"
| "LEVEL5";
}

§Properties

§
id?: bigint
[src]

ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436

§
level?: "UNSPECIFIED" | "UNKNOWN" | "LEVEL1" | "LEVEL2" | "LEVEL3" | "LEVEL4" | "LEVEL5"
[src]

Indicates the level of the category in the taxonomy.