for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TheIconic\Tracking\GoogleAnalytics\Parameters\ContentGrouping;
use TheIconic\Tracking\GoogleAnalytics\Parameters\SingleParameter;
/**
* Class ContentGroup
*
* @link https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cg_
* @package TheIconic\Tracking\GoogleAnalytics\Parameters\ContentGroup
*/
class ContentGroup extends SingleParameter
{
* @inheritDoc
* @var string
protected $name = 'cg:i:';
* @return int
protected function maxIndex()
return 5;
}