google_api_ad_exchange_buyer v0.15.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
nil
. - buyerPitchStatement (String.t): Statement explaining what's unique about publisher's business, and why
buyers should partner with the publisher. Defaults to
nil
. - 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
nil
. - displayName (String.t): Name of the publisher profile. Defaults to
nil
. - domains (list(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
nil
. - googlePlusUrl (String.t): URL to publisher's Google+ page. Defaults to
nil
. - 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
nil
. - mediaKitUrl (String.t): URL to additional marketing and sales materials. Defaults to
nil
. - overview (String.t): Overview of the publisher. Defaults to
nil
. - 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
nil
. - publisherProfileId (String.t): Unique ID for publisher profile. Defaults to
nil
. - rateCardInfoUrl (String.t): URL to a publisher rate card. Defaults to
nil
. - samplePageUrl (String.t): URL to a sample content page. Defaults to
nil
. - seller (GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t): Seller of the publisher profile. Defaults to
nil
. - topHeadlines (list(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
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.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()]
}
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
Unwrap a decoded JSON object into its complex fields.