program property

String? program
getter/setter pair

Program to which metrics apply, for example, Free Product Listing. Possible string values are:

  • "PROGRAM_UNSPECIFIED" : Not specified.
  • "SHOPPING_ADS" : Shopping Ads.
  • "FREE_PRODUCT_LISTING" : Free Product Listing.
  • "FREE_LOCAL_PRODUCT_LISTING" : Free Local Product Listing.
  • "BUY_ON_GOOGLE_LISTING" : Buy on Google Listing.

Implementation

core.String? program;