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

GoogleAdsSearchads360V0Resources__AssetGroup

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

An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.

interface GoogleAdsSearchads360V0Resources__AssetGroup {
readonly adStrength?:
| "UNSPECIFIED"
| "UNKNOWN"
| "PENDING"
| "NO_ADS"
| "POOR"
| "AVERAGE"
| "GOOD"
| "EXCELLENT";
campaign?: string;
finalMobileUrls?: string[];
finalUrls?: string[];
readonly id?: bigint;
name?: string;
path1?: string;
path2?: string;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "PAUSED"
| "REMOVED";
}

§Properties

§
readonly adStrength?: "UNSPECIFIED" | "UNKNOWN" | "PENDING" | "NO_ADS" | "POOR" | "AVERAGE" | "GOOD" | "EXCELLENT"
[src]

Output only. Overall ad strength of this asset group.

§
campaign?: string
[src]

Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group.

§
finalMobileUrls?: string[]
[src]

A list of final mobile URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.

§
finalUrls?: string[]
[src]

A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.

§
readonly id?: bigint
[src]

Output only. The ID of the asset group.

§
name?: string
[src]

Required. Name of the asset group. Required. It must have a minimum length of 1 and maximum length of 128. It must be unique under a campaign.

§
path1?: string
[src]

First part of text that may appear appended to the url displayed in the ad.

§
path2?: string
[src]

Second part of text that may appear appended to the url displayed in the ad. This field can only be set when path1 is set.

§
resourceName?: string
[src]

Immutable. The resource name of the asset group. Asset group resource names have the form: customers/{customer_id}/assetGroups/{asset_group_id}

§
status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "PAUSED" | "REMOVED"
[src]

The status of the asset group.