Eko Zhan

Results 18 comments of Eko Zhan

how to support more than two decision? now it is only yes and no

@trusktr Hi, I update this merge request again, pls check it when you are free, thanks ~

@trusktr Hi, there is an error, `ci/codesandbox — Building packages failed.`, Is there anything I can do?

@jhildenbiddle I want to design `$docsify.ga` to support both strings and arrays, but there are relatively few data for Google ads and floodlight. Can the current version only support GA3...

@jhildenbiddle Hi, The idea you pointed out should be achievable, and the first ID in arrays must be a global site tag id, each page should have only one global...

@jhildenbiddle I use an HTML page under `docsify` directory to test ``` ga test window.$docsify = { // ga: [ // 'AW-XXXXXXXX', // Google Ads // 'DC-XXXXXXXX', // Floodlight //...

@jhildenbiddle thanks, I read the docs [https://playwright.dev/docs](https://playwright.dev/docs) and have a try, run with `npm run test:e2e ga.test.js`. How to test `data-ga` with playwright?

@trusktr yes, I use ga plugin like this: ``` ``` but in did, the http request param is v1 version, but Google Analytics api need v2 version

@trusktr Thanks for your reply, maybe my description is not accurate enough. I checked the code script carefully, the v1 code script src is `https://www.google-analytics.com/analytics.js`, the v2 code script src...