
1 xiaopc Feb 28, 2022 via iPhone 如果 id 是字母数字组合的话,download\?=([a-zA-Z0-9]+) (手写的,没有测试) 另外 GA4 不是有自动归类下载操作了吗 |
2 max1 Feb 28, 2022 download\?\=[\S]+ |
3 vincentxue Feb 28, 2022 ad\?=(\S+)\? |
6 camow OP @vincentxue 谢谢你! |