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

GoogleAdsSearchads360V0Resources__Audience

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

Audience is an effective targeting option that lets you intersect different segment attributes, such as detailed demographics and affinities, to create audiences that represent sections of your target segments.

interface GoogleAdsSearchads360V0Resources__Audience {
description?: string;
readonly id?: bigint;
name?: string;
resourceName?: string;
}

§Properties

§
description?: string
[src]

Description of this audience.

§
readonly id?: bigint
[src]

Output only. ID of the audience.

§
name?: string
[src]

Required. Name of the audience. It should be unique across all audiences. It must have a minimum length of 1 and maximum length of 255.

§
resourceName?: string
[src]

Immutable. The resource name of the audience. Audience names have the form: customers/{customer_id}/audiences/{audience_id}