1.2.0
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)
],
],