AI-generated Key Takeaways
- 
          A PublisherProfile represents a publisher profile in Marketplace and all fields are read only. 
- 
          PublisherProfileMobileApplication describes a mobile application with its ID, name, and app store. 
- 
          AppStoreType lists the supported mobile application stores. 
- 
          You can get a specific publisher profile by ID or list all publisher profiles visible to the buyer using the provided methods. 
Resource: PublisherProfile
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.
| JSON representation | |
|---|---|
| { "publisherProfileId": string, "seller": { object ( | |
| Fields | |
|---|---|
| publisherProfileId | 
 Unique ID for publisher profile. | 
| seller | 
 Seller of the publisher profile. | 
| displayName | 
 Name of the publisher profile. | 
| domains[] | 
 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". | 
| mobileApps[] | 
 The list of apps represented in this publisher profile. Empty if this is a parent profile. | 
| logoUrl | 
 A Google public URL to the logo for this publisher profile. The logo is stored as a PNG, JPG, or GIF image. | 
| directDealsContact | 
 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. | 
| programmaticDealsContact | 
 Contact information for programmatic deals. This is free text entered by the publisher and may include information like names, phone numbers and email addresses. | 
| mediaKitUrl | 
 URL to additional marketing and sales materials. | 
| samplePageUrl | 
 URL to a sample content page. | 
| rateCardInfoUrl | 
 URL to a publisher rate card. | 
| googlePlusUrl | 
 URL to publisher's Google+ page. | 
| overview | 
 Overview of the publisher. | 
| buyerPitchStatement | 
 Statement explaining what's unique about publisher's business, and why buyers should partner with the publisher. | 
| topHeadlines[] | 
 Up to three key metrics and rankings. Max 100 characters each. For example "#1 Mobile News Site for 20 Straight Months". | 
| audienceDescription | 
 Description on the publisher's audience. | 
| isParent | 
 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  | 
PublisherProfileMobileApplication
A mobile application that contains a external app ID, name, and app store.
| JSON representation | |
|---|---|
| {
  "externalAppId": string,
  "name": string,
  "appStore": enum ( | |
| Fields | |
|---|---|
| externalAppId | 
 The external ID for the app from its app store. | 
| name | 
 The name of the app. | 
| appStore | 
 The app store the app belongs to. | 
AppStoreType
The types of mobile application stores.
| Enums | |
|---|---|
| APP_STORE_TYPE_UNSPECIFIED | A placeholder for an unknown app store. | 
| APPLE_ITUNES | Apple iTunes | 
| GOOGLE_PLAY | Google Play | 
| ROKU | Roku | 
| AMAZON_FIRETV | Amazon Fire TV | 
| PLAYSTATION | Playstation | 
| XBOX | Xbox | 
| SAMSUNG_TV | Samsung TV | 
| AMAZON | Amazon Appstore | 
| OPPO | OPPO App Market | 
| SAMSUNG | Samsung Galaxy Store | 
| VIVO | VIVO App Store | 
| XIAOMI | Xiaomi GetApps | 
| Methods | |
|---|---|
| 
 | Gets the requested publisher profile by id. | 
| 
 | List all publisher profiles visible to the buyer |