google_api_ad_exchange_buyer v0.30.1 GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto View Source
Attributes
audience
(type:String.t
, default:nil
) - Publisher provided info on its audience.buyerPitchStatement
(type:String.t
, default:nil
) - A pitch statement for the buyerdirectContact
(type:String.t
, default:nil
) - Direct contact for the publisher profile.exchange
(type:String.t
, default:nil
) - Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...googlePlusLink
(type:String.t
, default:nil
) - Link to publisher's Google+ page.isParent
(type:boolean()
, default:nil
) - True, if this is the parent profile, which represents all domains owned by the publisher.isPublished
(type:boolean()
, default:nil
) - True, if this profile is published. Deprecated for state.kind
(type:String.t
, default:adexchangebuyer#publisherProfileApiProto
) - Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto".logoUrl
(type:String.t
, default:nil
) - The url to the logo for the publisher.mediaKitLink
(type:String.t
, default:nil
) - The url for additional marketing and sales materials.name
(type:String.t
, default:nil
) -overview
(type:String.t
, default:nil
) - Publisher provided overview.profileId
(type:integer()
, default:nil
) - The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.programmaticContact
(type:String.t
, default:nil
) - Programmatic contact for the publisher profile.publisherDomains
(type:list(String.t)
, default:nil
) - The list of domains represented in this publisher profile. Empty if this is a parent profile.publisherProfileId
(type:String.t
, default:nil
) - Unique Id for publisher profile.publisherProvidedForecast
(type:GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t
, default:nil
) - Publisher provided forecasting information.rateCardInfoLink
(type:String.t
, default:nil
) - Link to publisher rate cardsamplePageLink
(type:String.t
, default:nil
) - Link for a sample content page.seller
(type:GoogleApi.AdExchangeBuyer.V14.Model.Seller.t
, default:nil
) - Seller of the publisher profile.state
(type:String.t
, default:nil
) - State of the publisher profile.topHeadlines
(type:list(String.t)
, default:nil
) - Publisher provided key metrics and rankings.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PublisherProfileApiProto{ audience: String.t(), buyerPitchStatement: String.t(), directContact: String.t(), exchange: String.t(), googlePlusLink: String.t(), isParent: boolean(), isPublished: boolean(), kind: String.t(), logoUrl: String.t(), mediaKitLink: String.t(), name: String.t(), overview: String.t(), profileId: integer(), programmaticContact: String.t(), publisherDomains: [String.t()], publisherProfileId: String.t(), publisherProvidedForecast: GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(), rateCardInfoLink: String.t(), samplePageLink: String.t(), seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(), state: String.t(), topHeadlines: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.