Releases: baibaratsky/yii2-ga-measurement-protocol
Releases · baibaratsky/yii2-ga-measurement-protocol
2.0.1
2.0.0
PHP 7.2 support
1.2.1
Merge pull request #5 from terales/4-add-php72-restriction Include restriction for incompatible PHP 7.2 version
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)
],
],
1.1.4
v1.1.4 php-ga-measurement-protocol updated
1.1.3
Updated php-ga-measurement-protocol
1.1.2
Updated php-ga-measurement-protocol
1.1.1
Updated php-ga-measurement-protocol (added Content Grouping support)
1.1.0
Migration to Guzzle 6 (PSR-7)
1.0.1
v1.0.1 Texts corrected