yii2-google-analytics icon indicating copy to clipboard operation
yii2-google-analytics copied to clipboard

Add GA plugins support

Open antonkomarev opened this issue 11 years ago • 2 comments

GA plugins description Enhanced Link Attribution plugin Customizing Enhanced Link Attribution

antonkomarev avatar Apr 07 '15 09:04 antonkomarev

Is 'link.js' optional in string ga('require', 'linkid', 'linkid.js');? In some parts of documentation it's absent.

antonkomarev avatar Apr 07 '15 09:04 antonkomarev

Enhanced link attribution is implemented.

Syntax with options:

'plugins' => [
    'linkid' => [
        'cookieName' => '_ccli',
        'duration' => 45,
        'levels' => 5,
    ]
]

Syntax without options:

'plugins' => [
    'linkid' => 'linkid.js'
]

Need some examples of custom scripts to implement full plugins support.

antonkomarev avatar Apr 19 '15 22:04 antonkomarev