Closed dobesv closed 7 years ago
@dobesv We have just published v3.0.4
which includes an updated analytics.min.js
it should include the latest version of the Google Analytics
segment integration.
Let me know if this latest version has solved the optimize
parameter for you.
I will give it a try when I can. Currently meteor won't let me update the package, saying it is incompatible. So I'll have to solve that mystery first.
On Mon, Oct 16, 2017, 12:44 PM Charles Nelson notifications@github.com wrote:
@dobesv https://github.com/dobesv We have just published v3.0.4 which includes an updated analytics.min.js it should include the latest version of the Google Analytics segment integration https://github.com/segment-integrations/analytics.js-integration-google-analytics .
Let me know if this latest version has solved the optimize parameter for you.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/okgrow/analytics/issues/195#issuecomment-337013732, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUAmUdz0neCJIMd871coQo1fttuhc27ks5ss7IqgaJpZM4PxLVt .
@dobesv There shouldn't be any incompatible changes made going from v3.03
to v3.04
. The examples we have inside this repo are able to run without any issues. You could always manually set the version in .meteor/.versions
and see if it runs ok. Hope your able to upgrade without any issues. 👌
The latest version of the analytics.js support Google Optimize by specifying the
optimize
parameter in the settings. However, it doesn't appear that the currentokgrow/analytics
build has this.https://github.com/okgrow/analytics.js/blob/master/analytics.js#L9205