NAME
GDPR::IAB::TCFv2::Constants::SpecialFeature - TCF v2.2 special features
SYNOPSIS
use strict;
use warnings;
use GDPR::IAB::TCFv2::Constants::SpecialFeature qw<:all>;
use feature 'say';
say "Special feature id is ". (0+Geolocation), ", and it means " . Geolocation;
# Output:
# Special feature id is 1, and it means Use precise geolocation data
CONSTANTS
All constants are dualvar
(see Scalar::Util).
Returns a scalar that has the id
in a numeric context and the description
in a string context.
Geolocation
Special feature id 1: Use precise geolocation data
With your acceptance, your precise location (within a radius of less than 500 metres) may be used in support of the purposes explained in this notice.
DeviceScan
Special feature id 2: Actively scan device characteristics for identification
With your acceptance, certain characteristics specific to your device might be requested and used to distinguish it from other devices (such as the installed fonts or plugins, the resolution of your screen) in support of the purposes explained in this notice. "description":