google_api_ad_exchange_buyer v0.22.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfile View Source

Note: this resource requires whitelisting for access. Please contact your account manager for access to Marketplace resources.

Represents a publisher profile in Marketplace.

All fields are read only. All string fields are free-form text entered by the publisher unless noted otherwise.

Attributes

  • audienceDescription (type: String.t, default: nil) - Description on the publisher's audience.
  • buyerPitchStatement (type: String.t, default: nil) - Statement explaining what's unique about publisher's business, and why buyers should partner with the publisher.
  • directDealsContact (type: String.t, default: nil) - 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.
  • displayName (type: String.t, default: nil) - Name of the publisher profile.
  • domains (type: list(String.t), default: nil) - 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".
  • googlePlusUrl (type: String.t, default: nil) - URL to publisher's Google+ page.
  • logoUrl (type: String.t, default: nil) - A Google public URL to the logo for this publisher profile. The logo is stored as a PNG, JPG, or GIF image.
  • mediaKitUrl (type: String.t, default: nil) - URL to additional marketing and sales materials.
  • overview (type: String.t, default: nil) - Overview of the publisher.
  • programmaticDealsContact (type: String.t, default: nil) - Contact information for programmatic deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses.
  • publisherProfileId (type: String.t, default: nil) - Unique ID for publisher profile.
  • rateCardInfoUrl (type: String.t, default: nil) - URL to a publisher rate card.
  • samplePageUrl (type: String.t, default: nil) - URL to a sample content page.
  • seller (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t, default: nil) - Seller of the publisher profile.
  • topHeadlines (type: list(String.t), default: nil) - Up to three key metrics and rankings. Max 100 characters each. For example "#1 Mobile News Site for 20 Straight Months".

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.V2beta1.Model.PublisherProfile{
  audienceDescription: String.t(),
  buyerPitchStatement: String.t(),
  directDealsContact: String.t(),
  displayName: String.t(),
  domains: [String.t()],
  googlePlusUrl: String.t(),
  logoUrl: String.t(),
  mediaKitUrl: String.t(),
  overview: String.t(),
  programmaticDealsContact: String.t(),
  publisherProfileId: String.t(),
  rateCardInfoUrl: String.t(),
  samplePageUrl: String.t(),
  seller: GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t(),
  topHeadlines: [String.t()]
}

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.