File: D:/web/matomo.circ/plugins/TagManager/Template/Variable/PreConfigured/VisibleElementIdVariable.php
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\TagManager\Template\Variable\PreConfigured;
class VisibleElementIdVariable extends BaseDataLayerVariable
{
public function getCategory()
{
return self::CATEGORY_VISIBILITY;
}
protected function getDataLayerVariableName()
{
return 'mtm.elementVisibilityId';
}
}