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