質問編集履歴
1
文法の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
ご協力いただけますと幸いです。
|
24
24
|
```javascript
|
25
25
|
$("a[href]").attr( "onclick",function(){
|
26
|
-
return "return gtag('event', 'click', {'event_category': '
|
26
|
+
return "return gtag('event', 'click', {'event_category': '*****','event_label': '*****'});";
|
27
27
|
});
|
28
28
|
});
|
29
29
|
function gtag(...args){
|