This commit is contained in:
Ahmed Osman 2021-02-11 14:35:32 +02:00 коммит произвёл GitHub
Родитель de0b4316fd
Коммит bdc2637b7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ const encodeUri = require('encodeUri');
const clarity = createArgumentsQueue('clarity', 'clarity.q');
// Reconstruct customer clarity script URL
const url = "https://www.clarity.ms/tag/"+encodeUri(data.projectId);
const url = "https://www.clarity.ms/tag/"+encodeUri(data.projectId)+"?ref=gtm";
// Handle Success
const onCustomerSuccess = () => {