google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto View Source
Attributes
- audience (String.t): Publisher provided info on its audience. Defaults to
nil
. - buyerPitchStatement (String.t): A pitch statement for the buyer Defaults to
nil
. - directContact (String.t): Direct contact for the publisher profile. Defaults to
nil
. - exchange (String.t): Exchange where this publisher profile is from. E.g. AdX, Rubicon etc... Defaults to
nil
. - googlePlusLink (String.t): Link to publisher's Google+ page. Defaults to
nil
. - isParent (boolean()): True, if this is the parent profile, which represents all domains owned by the publisher. Defaults to
nil
. - isPublished (boolean()): True, if this profile is published. Deprecated for state. Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto". Defaults to
adexchangebuyer#publisherProfileApiProto
. - logoUrl (String.t): The url to the logo for the publisher. Defaults to
nil
. - mediaKitLink (String.t): The url for additional marketing and sales materials. Defaults to
nil
. - name (String.t): Defaults to
nil
. - overview (String.t): Publisher provided overview. Defaults to
nil
. - profileId (integer()): The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher. Defaults to
nil
. - programmaticContact (String.t): Programmatic contact for the publisher profile. Defaults to
nil
. - publisherDomains (list(String.t)): The list of domains represented in this publisher profile. Empty if this is a parent profile. Defaults to
nil
. - publisherProfileId (String.t): Unique Id for publisher profile. Defaults to
nil
. - publisherProvidedForecast (GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t): Publisher provided forecasting information. Defaults to
nil
. - rateCardInfoLink (String.t): Link to publisher rate card Defaults to
nil
. - samplePageLink (String.t): Link for a sample content page. Defaults to
nil
. - seller (GoogleApi.AdExchangeBuyer.V14.Model.Seller.t): Seller of the publisher profile. Defaults to
nil
. - state (String.t): State of the publisher profile. Defaults to
nil
. - topHeadlines (list(String.t)): Publisher provided key metrics and rankings. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto{
audience: String.t(),
buyerPitchStatement: String.t(),
directContact: String.t(),
exchange: String.t(),
googlePlusLink: String.t(),
isParent: boolean(),
isPublished: boolean(),
kind: String.t(),
logoUrl: String.t(),
mediaKitLink: String.t(),
name: String.t(),
overview: String.t(),
profileId: integer(),
programmaticContact: String.t(),
publisherDomains: [String.t()],
publisherProfileId: String.t(),
publisherProvidedForecast:
GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(),
rateCardInfoLink: String.t(),
samplePageLink: String.t(),
seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(),
state: String.t(),
topHeadlines: [String.t()]
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto{ audience: String.t(), buyerPitchStatement: String.t(), directContact: String.t(), exchange: String.t(), googlePlusLink: String.t(), isParent: boolean(), isPublished: boolean(), kind: String.t(), logoUrl: String.t(), mediaKitLink: String.t(), name: String.t(), overview: String.t(), profileId: integer(), programmaticContact: String.t(), publisherDomains: [String.t()], publisherProfileId: String.t(), publisherProvidedForecast: GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(), rateCardInfoLink: String.t(), samplePageLink: String.t(), seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(), state: String.t(), topHeadlines: [String.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.