Class PublisherProfile
Represents a publisher profile (https://support.google.com/admanager/answer/6035806) in Marketplace. All fields are read only. All string fields are free-form text entered by the publisher unless noted otherwise.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.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 |
BuyerPitchStatement
Statement explaining what's unique about publisher's business, and why buyers should partner with the publisher.
Declaration
[JsonProperty("buyerPitchStatement")]
public virtual string BuyerPitchStatement { 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
Name of the publisher profile.
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".
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 |
GooglePlusUrl
URL to publisher's Google+ page.
Declaration
[JsonProperty("googlePlusUrl")]
public virtual string GooglePlusUrl { 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 should have only one parent publisher profile, and can have multiple child profiles. Publisher profiles for the same seller will have same value of field google.ads.adexchange.buyer.v2beta1.PublisherProfile.seller. See https://support.google.com/admanager/answer/6035806 for details.
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> |
Overview
Overview of the publisher.
Declaration
[JsonProperty("overview")]
public virtual string Overview { 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 |
PublisherProfileId
Unique ID for publisher profile.
Declaration
[JsonProperty("publisherProfileId")]
public virtual string PublisherProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RateCardInfoUrl
URL to a publisher rate card.
Declaration
[JsonProperty("rateCardInfoUrl")]
public virtual string RateCardInfoUrl { 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 |
Seller
Seller of the publisher profile.
Declaration
[JsonProperty("seller")]
public virtual Seller Seller { get; set; }
Property Value
| Type | Description |
|---|---|
| Seller |
TopHeadlines
Up to three key metrics and rankings. Max 100 characters each. 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> |