You have Consent Magic installed, but it’s not activated yet. Go to the Plugins page and
activate
" class="link">Consent Magic.
Ask for consent the right way, block scripts and cookies when required.
Manage different type of consent:
Ask before tracking: show a consent message and block the tracking scripts
before the
visitor expresses consent - ideal for GDPR.
Inform and opt out: show a consent message, and block the tracking scripts
if the visitor
doesn’t agree to tracking - ideal for CCPA.
Just inform: show a non-intrusive message informing your visitors about
tracking.
Use geo-targeted rules:
Target your visitors with the right rule based on their location. Rules can have different
consent types
and different content. The plugin comes with the ready-made rules:
GDPR rule: targets visitors from GDPR countries, and uses Ask before
tracking consent
type.
LDU rule: uses Meta Limited Data Use Flag and targets visitors from US supported states.
Rest of the world rule: targets visitors from other locations and uses Just
inform consent
type
Your own rule: create any rules you need, target any countries, and use
custom text for them.
'https://www.youtube.com/watch?v=uXTpgFu2V-E',
'title' => 'The biggest problem with consent messages',
'time' => '7:02'
),
array(
'url' => 'https://www.youtube.com/watch?v=L_YYjrmxykU',
'title' => 'Improve tracking under GDPR consent with this smart option',
'time' => '5:31'
),
array(
'url' => 'https://www.youtube.com/watch?v=ZOlNbIPS_Uc',
'title' => 'Target your visitors with the right consent rule',
'time' => '12:29'
),
array(
'url' => 'https://www.youtube.com/watch?v=P8CLxslSPDk',
'title' => 'The right to change your mind',
'time' => '2:46'
),
array(
'url' => 'https://www.youtube.com/watch?v=PsKdCkKNeLU',
'title' => 'Facebook Conversion API and the Consent Problem',
'time' => '9:25'
),
array( // NEW
'url' => 'https://www.youtube.com/watch?v=7BNHWbLbbdg',
'title' => 'Meta Limited Data Use - Privacy Options for USA States - WordPress',
'time' => '6:17'
),
);
renderRecommendedVideo( $videos, $video_block_title );
?>
Other consent plugins:
Note
You can use third-party consent plugins.
Below is a list of WordPress consent plugins known to be compatible.
However, we cannot guarantee they’ll handle consent correctly in all cases,
and we’re unable to provide support for them.
For any issues, please contact the plugin’s support team directly.
Cookiebot [not detected]
Cookiebot [detected]
This is a complete premium solution that also offers a free plan for websites with under 100 pages.
For implementation, we suggest you follow their documentation.
Use pys_gdpr_ajax_enabled filter to by-pass option above.
Use following filters to control each pixel:
pys_disable_by_gdpr, pys_disable_facebook_by_gdpr,
pys_disable_analytics_by_gdpr, pys_disable_tiktok_by_gdpr, pys_disable_google_ads_by_gdpr,
pys_disable_pinterest_by_gdpr, pys_disable_bing_by_gdpr or pys_disable_reddit_by_gdpr.
First filter will disable all pixels, other can be used to disable particular pixel.
Simply pass TRUE value to disable a pixel.
To disable cookies, use filters where necessary.
First filter will disable all cookies, other can be used to disable particular cookie.
Simply pass __return_true value to disable a cookie.