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

PublisherProfile

import type { PublisherProfile } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

The values in the publisher profile are supplied by the publisher. All fields are not filterable unless stated otherwise.

interface PublisherProfile {
audienceDescription?: string;
directDealsContact?: string;
displayName?: string;
domains?: string[];
isParent?: boolean;
logoUrl?: string;
mediaKitUrl?: string;
name?: string;
overview?: string;
pitchStatement?: string;
programmaticDealsContact?: string;
publisherCode?: string;
samplePageUrl?: string;
topHeadlines?: string[];
}

§Properties

§
audienceDescription?: string
[src]

Description on the publisher's audience.

§
directDealsContact?: string
[src]

Contact information for direct reservation deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses.

§
displayName?: string
[src]

Display name of the publisher profile. Can be used to filter the response of the publisherProfiles.list method.

§
domains?: string[]
[src]

The list of domains represented in this publisher profile. Empty if this is a parent profile. These are top private domains, meaning that these will not contain a string like "photos.google.co.uk/123", but will instead contain "google.co.uk". Can be used to filter the response of the publisherProfiles.list method.

§
isParent?: boolean
[src]

Indicates if this profile is the parent profile of the seller. A parent profile represents all the inventory from the seller, as opposed to child profile that is created to brand a portion of inventory. One seller has only one parent publisher profile, and can have multiple child profiles. See https://support.google.com/admanager/answer/6035806 for details. Can be used to filter the response of the publisherProfiles.list method by setting the filter to "is_parent: true".

§
logoUrl?: string
[src]

A Google public URL to the logo for this publisher profile. The logo is stored as a PNG, JPG, or GIF image.

§
mediaKitUrl?: string
[src]

URL to additional marketing and sales materials.

§

The list of apps represented in this publisher profile. Empty if this is a parent profile.

§
name?: string
[src]

Name of the publisher profile. Format: buyers/{buyer}/publisherProfiles/{publisher_profile}

§
overview?: string
[src]

Overview of the publisher.

§
pitchStatement?: string
[src]

Statement explaining what's unique about publisher's business, and why buyers should partner with the publisher.

§
programmaticDealsContact?: string
[src]

Contact information for programmatic deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses.

§
publisherCode?: string
[src]

A unique identifying code for the seller. This value is the same for all of the seller's parent and child publisher profiles. Can be used to filter the response of the publisherProfiles.list method.

§
samplePageUrl?: string
[src]

URL to a sample content page.

§
topHeadlines?: string[]
[src]

Up to three key metrics and rankings. For example, "#1 Mobile News Site for 20 Straight Months".