AI-generated Key Takeaways
- 
          Publisher profiles contain information about a publisher supplied by the publisher themselves. 
- 
          The PublisherProfileresource provides detailed information about a publisher, including domains, mobile apps, contact information, and marketing materials.
- 
          The PublisherProfileMobileApplicationresource describes a mobile application associated with a publisher profile, including its external ID, name, and app store.
- 
          The AppStoreTypeenum lists the types of mobile application stores where an app can be found.
- 
          You can retrieve a specific publisher profile by its name using the getmethod or list multiple profiles using thelistmethod.
Resource: PublisherProfile
The values in the publisher profile are supplied by the publisher. All fields are not filterable unless stated otherwise.
| JSON representation | 
|---|
| {
  "name": string,
  "displayName": string,
  "domains": [
    string
  ],
  "mobileApps": [
    {
      object ( | 
| Fields | |
|---|---|
| name | 
 Name of the publisher profile. Format:  | 
| displayName | 
 Display name of the publisher profile. Can be used to filter the response of the  | 
| 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". Can be used to filter the response of the  | 
| 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. | 
| overview | 
 Overview of the publisher. | 
| pitchStatement | 
 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. 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 has only one parent publisher profile, and can have multiple child profiles. See https://support.google.com/admanager/answer/6035806 for details. Can be used to filter the response of the  | 
| publisherCode | 
 A unique identifying code for the seller. This value is the same for all of the seller's parent and child publisher profiles. Can be used to filter the response of the  | 
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. Can be used to filter the response of the  | 
| name | 
 The name of the app. | 
| appStore | 
 The app store the app belongs to. Can be used to filter the response of the  | 
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_FIRE_TV | 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 | 
| LG_TV | LG TV | 
| Methods | |
|---|---|
| 
 | Gets the requested publisher profile by name. | 
| 
 | Lists publisher profiles. |