[Changed] Usercentrics-Class constants and adjust glob-code to it
This commit is contained in:
@ -7,8 +7,19 @@ namespace D3\GoogleAnalytics4\Application\Model\CMP;
|
||||
|
||||
use D3\GoogleAnalytics4\Application\Model\ManagerTypes;
|
||||
|
||||
/**
|
||||
* Used the OXID Module.
|
||||
*
|
||||
* Further information's:
|
||||
* https://docs.oxid-esales.com/modules/usercentrics/de/latest/einfuehrung.html
|
||||
*
|
||||
* Usercentrics homepage:
|
||||
* https://usercentrics.com
|
||||
*/
|
||||
class Usercentrics extends ConsentManagementPlatformBaseModel
|
||||
{
|
||||
const sCMPName = ManagerTypes::USERCENTRICS_MANUALLY;
|
||||
const sAlternatename = ManagerTypes::USERCENTRICS_MODULE;
|
||||
const sExternalIncludationPublicName = "( Externe Einbindung ) Usercentrics";
|
||||
const sExternalIncludationInternalName = "usercentrics";
|
||||
const sModuleIncludationPublicName = "( Modul ) Usercentrics";
|
||||
const sModuleIncludationInternalName = "oxps_usercentrics";
|
||||
}
|
Verwijs in nieuw issue
Block a user