Annotation Interface PrivacyPolicySafe


@Deprecated @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface PrivacyPolicySafe
Deprecated.
as of 3.39. Use plugin-level whitelists instead.

Marks an event or an event field as being "privacy policy safe" which means it is safe to collect for analytics purposes and should ignore the whitelist. Attributes marked as safe will still be passed through the allowed words dictionary filter; to avoid this, the event attribute needs to be added to the whitelist.

The default value is "true", but to explicitly mark a class or field as not being safe for analytics, set the value to "false". This will bypass any filtering functionality and exclude the event/attribute.

Since:
v3.6
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Deprecated.
    Describes whether the event/field should be collected for analytics
  • Element Details

    • value

      boolean value
      Deprecated.
      Describes whether the event/field should be collected for analytics
      Default:
      true