Vimeo + which consent?
-
Hello,
I am trying to setup Complianz for a site with embedded content by Vimeo. The used and detected cookies say they are for statistic purpose only (see https://cookiedatabase.org/cookie/vimeo/__utmt_player/, https://cookiedatabase.org/cookie/vimeo/vuid). However both the configuration and the placeholder asks for the marketing purpose. How that should work together – why there is not the statistics consent instead? (I would also expect end users are likely to agree with statistics than marketing to play a video..)
complianz-gdpr/integrations/services/vimeo.php: add_filter( 'cmplz_known_script_tags', 'cmplz_vimeo_iframetags' ); function cmplz_vimeo_iframetags( $tags ) { $tags[] = array( 'name' => 'vimeo', 'placeholder' => 'vimeo', -->> 'category' => 'marketing', 'urls' => array( 'player.vimeo.com', 'i.vimeocdn.com', ), ); return $tags; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Vimeo + which consent?’ is closed to new replies.