googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settnig clientid after initialisation appends a second cid parameter

Slowlearneruk opened this issue · comments

We have observed that if you attempt to set the client id overriding the default one then it will append a second cid value to the query string rather than replace the previous value - this parameter is ignored by Google Analytics. A workround is to ensure that the client id is set before initialisation in which case it is not overwritten.

@Slowlearneruk Are you sure this is not the intended behavior?