memberType property

String? memberType
getter/setter pair

The type of custom audience member, KEYWORD, URL, PLACE_CATEGORY or APP. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "KEYWORD" : Users whose interests or actions are described by a keyword.
  • "URL" : Users who have interests related to the website's content.
  • "PLACE_CATEGORY" : Users who visit place types described by a place category.
  • "APP" : Users who have installed a mobile app.

Implementation

core.String? memberType;