google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto View Source

Attributes

  • audience (String.t): Publisher provided info on its audience. Defaults to: null.
  • buyerPitchStatement (String.t): A pitch statement for the buyer Defaults to: null.
  • directContact (String.t): Direct contact for the publisher profile. Defaults to: null.
  • exchange (String.t): Exchange where this publisher profile is from. E.g. AdX, Rubicon etc... Defaults to: null.
  • googlePlusLink (String.t): Link to publisher's Google+ page. Defaults to: null.
  • isParent (boolean()): True, if this is the parent profile, which represents all domains owned by the publisher. Defaults to: null.
  • isPublished (boolean()): True, if this profile is published. Deprecated for state. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto". Defaults to: null.
  • logoUrl (String.t): The url to the logo for the publisher. Defaults to: null.
  • mediaKitLink (String.t): The url for additional marketing and sales materials. Defaults to: null.
  • name (String.t): Defaults to: null.
  • overview (String.t): Publisher provided overview. Defaults to: null.
  • profileId (integer()): The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher. Defaults to: null.
  • programmaticContact (String.t): Programmatic contact for the publisher profile. Defaults to: null.
  • publisherDomains ([String.t]): The list of domains represented in this publisher profile. Empty if this is a parent profile. Defaults to: null.
  • publisherProfileId (String.t): Unique Id for publisher profile. Defaults to: null.
  • publisherProvidedForecast (PublisherProvidedForecast): Publisher provided forecasting information. Defaults to: null.
  • rateCardInfoLink (String.t): Link to publisher rate card Defaults to: null.
  • samplePageLink (String.t): Link for a sample content page. Defaults to: null.
  • seller (Seller): Seller of the publisher profile. Defaults to: null.
  • state (String.t): State of the publisher profile. Defaults to: null.
  • topHeadlines ([String.t]): Publisher provided key metrics and rankings. Defaults to: null.

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() :: %GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto{
  audience: any(),
  buyerPitchStatement: any(),
  directContact: any(),
  exchange: any(),
  googlePlusLink: any(),
  isParent: any(),
  isPublished: any(),
  kind: any(),
  logoUrl: any(),
  mediaKitLink: any(),
  name: any(),
  overview: any(),
  profileId: any(),
  programmaticContact: any(),
  publisherDomains: [any()],
  publisherProfileId: any(),
  publisherProvidedForecast:
    GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(),
  rateCardInfoLink: any(),
  samplePageLink: any(),
  seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(),
  state: any(),
  topHeadlines: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.