Skip to content

Releases: baibaratsky/yii2-ga-measurement-protocol

2.0.1

02 Mar 12:16
ce408e3
Compare
Choose a tag to compare

Cookie name changed to _ga

2.0.0

21 Jan 10:12
0d25899
Compare
Choose a tag to compare

PHP 7.2 support

1.2.1

21 Jan 10:00
d9f9b82
Compare
Choose a tag to compare
Merge pull request #5 from terales/4-add-php72-restriction

Include restriction for incompatible PHP 7.2 version

1.2.0

15 Nov 20:22
9ee151c
Compare
Choose a tag to compare

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

21 Oct 10:14
Compare
Choose a tag to compare
v1.1.4

php-ga-measurement-protocol updated

1.1.3

20 Sep 09:32
Compare
Choose a tag to compare

Updated php-ga-measurement-protocol

1.1.2

02 Aug 13:37
Compare
Choose a tag to compare

Updated php-ga-measurement-protocol

1.1.1

19 Jul 21:18
Compare
Choose a tag to compare

Updated php-ga-measurement-protocol (added Content Grouping support)

1.1.0

03 Jul 10:37
Compare
Choose a tag to compare

Migration to Guzzle 6 (PSR-7)

1.0.1

19 Apr 10:27
Compare
Choose a tag to compare
v1.0.1

Texts corrected