PublisherProfile class

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.

Constructors

PublisherProfile({String? audienceDescription, String? buyerPitchStatement, String? directDealsContact, String? displayName, List<String>? domains, String? googlePlusUrl, bool? isParent, String? logoUrl, String? mediaKitUrl, List<PublisherProfileMobileApplication>? mobileApps, String? overview, String? programmaticDealsContact, String? publisherProfileId, String? rateCardInfoUrl, String? samplePageUrl, Seller? seller, List<String>? topHeadlines})
PublisherProfile.fromJson(Map _json)

Properties

audienceDescription String?
Description on the publisher's audience.
getter/setter pair
buyerPitchStatement String?
Statement explaining what's unique about publisher's business, and why buyers should partner with the publisher.
getter/setter pair
directDealsContact String?
Contact information for direct reservation deals.
getter/setter pair
displayName String?
Name of the publisher profile.
getter/setter pair
domains List<String>?
The list of domains represented in this publisher profile.
getter/setter pair
googlePlusUrl String?
URL to publisher's Google+ page.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isParent bool?
Indicates if this profile is the parent profile of the seller.
getter/setter pair
logoUrl String?
A Google public URL to the logo for this publisher profile.
getter/setter pair
mediaKitUrl String?
URL to additional marketing and sales materials.
getter/setter pair
mobileApps List<PublisherProfileMobileApplication>?
The list of apps represented in this publisher profile.
getter/setter pair
overview String?
Overview of the publisher.
getter/setter pair
programmaticDealsContact String?
Contact information for programmatic deals.
getter/setter pair
publisherProfileId String?
Unique ID for publisher profile.
getter/setter pair
rateCardInfoUrl String?
URL to a publisher rate card.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplePageUrl String?
URL to a sample content page.
getter/setter pair
seller Seller?
Seller of the publisher profile.
getter/setter pair
topHeadlines List<String>?
Up to three key metrics and rankings.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited