Show / Hide Table of Contents

Class PublisherProfileApiProto

Inheritance
System.Object
PublisherProfileApiProto
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PublisherProfileApiProto : IDirectResponseSchema

Properties

Audience

Publisher provided info on its audience.

Declaration
[JsonProperty("audience")]
public virtual string Audience { get; set; }
Property Value
Type Description
System.String

BuyerPitchStatement

A pitch statement for the buyer

Declaration
[JsonProperty("buyerPitchStatement")]
public virtual string BuyerPitchStatement { get; set; }
Property Value
Type Description
System.String

DirectContact

Direct contact for the publisher profile.

Declaration
[JsonProperty("directContact")]
public virtual string DirectContact { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Exchange

Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...

Declaration
[JsonProperty("exchange")]
public virtual string Exchange { get; set; }
Property Value
Type Description
System.String

ForecastInventory

Declaration
[JsonProperty("forecastInventory")]
public virtual string ForecastInventory { get; set; }
Property Value
Type Description
System.String

GooglePlusLink

Link to publisher's Google+ page.

Declaration
[JsonProperty("googlePlusLink")]
public virtual string GooglePlusLink { get; set; }
Property Value
Type Description
System.String

IsParent

True, if this is the parent profile, which represents all domains owned by the publisher.

Declaration
[JsonProperty("isParent")]
public virtual bool? IsParent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsPublished

True, if this profile is published. Deprecated for state.

Declaration
[JsonProperty("isPublished")]
public virtual bool? IsPublished { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Kind

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

LogoUrl

The url to the logo for the publisher.

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

MediaKitLink

The url for additional marketing and sales materials.

Declaration
[JsonProperty("mediaKitLink")]
public virtual string MediaKitLink { get; set; }
Property Value
Type Description
System.String

Name

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

Overview

Publisher provided overview.

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

ProfileId

The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.

Declaration
[JsonProperty("profileId")]
public virtual int? ProfileId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ProgrammaticContact

Programmatic contact for the publisher profile.

Declaration
[JsonProperty("programmaticContact")]
public virtual string ProgrammaticContact { get; set; }
Property Value
Type Description
System.String

PublisherAppIds

The list of app IDs represented in this publisher profile. Empty if this is a parent profile. Deprecated in favor of publisher_app.

Declaration
[JsonProperty("publisherAppIds")]
public virtual IList<long?> PublisherAppIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>

PublisherApps

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

Declaration
[JsonProperty("publisherApps")]
public virtual IList<MobileApplication> PublisherApps { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<MobileApplication>

PublisherDomains

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

Declaration
[JsonProperty("publisherDomains")]
public virtual IList<string> PublisherDomains { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

PublisherProfileId

Unique Id for publisher profile.

Declaration
[JsonProperty("publisherProfileId")]
public virtual string PublisherProfileId { get; set; }
Property Value
Type Description
System.String

PublisherProvidedForecast

Publisher provided forecasting information.

Declaration
[JsonProperty("publisherProvidedForecast")]
public virtual PublisherProvidedForecast PublisherProvidedForecast { get; set; }
Property Value
Type Description
PublisherProvidedForecast

RateCardInfoLink

Link to publisher rate card

Declaration
[JsonProperty("rateCardInfoLink")]
public virtual string RateCardInfoLink { get; set; }
Property Value
Type Description
System.String

SamplePageLink

Link for a sample content page.

Declaration
[JsonProperty("samplePageLink")]
public virtual string SamplePageLink { get; set; }
Property Value
Type Description
System.String

Seller

Seller of the publisher profile.

Declaration
[JsonProperty("seller")]
public virtual Seller Seller { get; set; }
Property Value
Type Description
Seller

State

State of the publisher profile.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
System.String

TopHeadlines

Publisher provided key metrics and rankings.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top