Show / Hide Table of Contents

Class PublisherProfile

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

Inheritance
object
PublisherProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PublisherProfile : IDirectResponseSchema

Properties

AudienceDescription

Description on the publisher's audience.

Declaration
[JsonProperty("audienceDescription")]
public virtual string AudienceDescription { get; set; }
Property Value
Type Description
string

DirectDealsContact

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.

Declaration
[JsonProperty("directDealsContact")]
public virtual string DirectDealsContact { get; set; }
Property Value
Type Description
string

DisplayName

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

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

Domains

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.

Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsParent

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".

Declaration
[JsonProperty("isParent")]
public virtual bool? IsParent { get; set; }
Property Value
Type Description
bool?

LogoUrl

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

Declaration
[JsonProperty("logoUrl")]
public virtual string LogoUrl { get; set; }
Property Value
Type Description
string

MediaKitUrl

URL to additional marketing and sales materials.

Declaration
[JsonProperty("mediaKitUrl")]
public virtual string MediaKitUrl { get; set; }
Property Value
Type Description
string

MobileApps

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

Declaration
[JsonProperty("mobileApps")]
public virtual IList<PublisherProfileMobileApplication> MobileApps { get; set; }
Property Value
Type Description
IList<PublisherProfileMobileApplication>

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Overview

Overview of the publisher.

Declaration
[JsonProperty("overview")]
public virtual string Overview { get; set; }
Property Value
Type Description
string

PitchStatement

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

Declaration
[JsonProperty("pitchStatement")]
public virtual string PitchStatement { get; set; }
Property Value
Type Description
string

ProgrammaticDealsContact

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

Declaration
[JsonProperty("programmaticDealsContact")]
public virtual string ProgrammaticDealsContact { get; set; }
Property Value
Type Description
string

PublisherCode

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.

Declaration
[JsonProperty("publisherCode")]
public virtual string PublisherCode { get; set; }
Property Value
Type Description
string

SamplePageUrl

URL to a sample content page.

Declaration
[JsonProperty("samplePageUrl")]
public virtual string SamplePageUrl { get; set; }
Property Value
Type Description
string

TopHeadlines

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

Declaration
[JsonProperty("topHeadlines")]
public virtual IList<string> TopHeadlines { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX