且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

服务器端Google Analytics实验

更新时间:2023-11-27 22:13:16

Take a look at this library: php-gacx (Server-Side Google Analytics Content Experiments PHP Client) https://github.com/thomasbachem/php-gacx

They parse cxApi response on server-side and update cxApi cookie. Also take a look at this comment: https://github.com/thomasbachem/php-gacx/issues/4

hope it helps