Skip to content

1.2.0

Compare
Choose a tag to compare
@baibaratsky baibaratsky released this 15 Nov 20:22
· 8 commits to master since this release
9ee151c

Setting ClientId automatically from the “ga_” cookie:

'components' => [
    'ga' => [
        'class' => 'baibaratsky\yii\google\analytics\MeasurementProtocol',
        'trackingId' => 'UA-XXXX-Y', // Put your real tracking ID here

        'autoSetClientId' => true, // Try to set ClientId automatically from the “ga_” cookie (disabled by default)
    ],
],