Checks that a mobile device management (MDM) solution configures the Mac to limit advertisement tracking.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain='com.apple.AdLib' AND name='forceLimitAdTracking' AND value='1' LIMIT 1;