I need to anonimaze my google analytics stats on AMP page
what is the AMP json equivalent for standard analytics code?
ga('set', 'anonymizeIp', true);
I need to anonimaze my google analytics stats on AMP page
what is the AMP json equivalent for standard analytics code?
ga('set', 'anonymizeIp', true);
AMP から Google アナリティクスへのすべてのヒットは、デフォルトで匿名化されます。これをオーバーライドする方法はありません。
https://github.com/ampproject/amphtml/blob/master/extensions/amp-analytics/0.1/vendors.jsを参照してください
'basePrefix': 'v=1&_v=a0&aip=true&_s=${requestCount}&' +