我正在使用 ajax 驱动的联系表单。这是用于发送 Universal Analytics 事件的正确语法吗?
[...]
success : function(response) {
$('#ajaxresponse').html(response);
ga('send', 'event', 'getting_info', 'sending_email');
我正在使用新的 GA 通用代码,在设置目标中我使用了以下语法:
我正在使用 ajax 驱动的联系表单。这是用于发送 Universal Analytics 事件的正确语法吗?
[...]
success : function(response) {
$('#ajaxresponse').html(response);
ga('send', 'event', 'getting_info', 'sending_email');
我正在使用新的 GA 通用代码,在设置目标中我使用了以下语法: