View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfile (google_api_ad_exchange_buyer v0.41.0)

Represents a publisher profile (https://support.google.com/admanager/answer/6035806) 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.
  • isParent (type: boolean(), default: nil) - Indicates if this profile is the parent profile of the seller. A parent profile represents all the inventory from the seller, as opposed to child profile that is created to brand a portion of inventory. One seller should have only one parent publisher profile, and can have multiple child profiles. Publisher profiles for the same seller will have same value of field google.ads.adexchange.buyer.v2beta1.PublisherProfile.seller. See https://support.google.com/admanager/answer/6035806 for details.
  • 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.
  • mobileApps (type: list(GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfileMobileApplication.t), default: nil) - The list of apps represented in this publisher profile. Empty if this is a parent profile.
  • 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".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfile{
  audienceDescription: String.t() | nil,
  buyerPitchStatement: String.t() | nil,
  directDealsContact: String.t() | nil,
  displayName: String.t() | nil,
  domains: [String.t()] | nil,
  googlePlusUrl: String.t() | nil,
  isParent: boolean() | nil,
  logoUrl: String.t() | nil,
  mediaKitUrl: String.t() | nil,
  mobileApps:
    [
      GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfileMobileApplication.t()
    ]
    | nil,
  overview: String.t() | nil,
  programmaticDealsContact: String.t() | nil,
  publisherProfileId: String.t() | nil,
  rateCardInfoUrl: String.t() | nil,
  samplePageUrl: String.t() | nil,
  seller: GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t() | nil,
  topHeadlines: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.