publisherPlatform property

String? publisherPlatform
getter/setter pair

Whether the publisher is an Ad Manager or AdMob publisher.

Output only. Possible string values are:

  • "PUBLISHER_PLATFORM_UNSPECIFIED" : An unspecified publisher platform.
  • "GOOGLE_AD_MANAGER" : A Google Ad Manager publisher.
  • "ADMOB" : An AdMob publisher.

Implementation

core.String? publisherPlatform;