action property

String? action
getter/setter pair

The most severe action taken on the entity over the past seven days.

Required. Possible string values are:

  • "ENFORCEMENT_ACTION_UNSPECIFIED" : The action is unspecified.
  • "WARNED" : No ad serving enforcement is currently present, but enforcement will start on the warning_escalation_date if the issue is not resolved.
  • "AD_SERVING_RESTRICTED" : Ad serving demand has been restricted on the entity.
  • "AD_SERVING_DISABLED" : Ad serving has been disabled on the entity.
  • "AD_SERVED_WITH_CLICK_CONFIRMATION" : Ads are being served for the entity but Confirmed Click is being applied to the ads. See https://support.google.com/adsense/answer/10025624.
  • "AD_PERSONALIZATION_RESTRICTED" : Ad personalization is restricted because the ad requests coming from the EEA and UK do not have a TCF string or the Consent Management Platform (CMP) indicated by the TCF string is not Google certified. As a result, basic/limited ads will be served. See https://support.google.com/adsense/answer/13554116

Implementation

core.String? action;