GoogleAnalytics4/Application/Model/CMP/ConsentManagementPlatformInterface.php
MaxBUhe e7d921f20e [Added] new CMP individualisation to own Model
this is the first step into manifesting "big" CMP's into own Models that require strong individualism partially
2024-05-29 15:54:55 +02:00

8 lines
143 B
PHP

<?php
namespace D3\GoogleAnalytics4\Application\Model\CMP;
interface ConsentManagementPlatformInterface
{
public function getCMPName();
}