/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/experiments/attribution-reporting.js
11 строк
233 B
Shihua Zheng
commit (#39097)
06 июн 2023, 02:37
Не верифицирован
06 июн 2023, 02:37
649e4ac
Код
Авторство
О чём код?
/** * @const * @type {{[key: string]: string}} */ export const AttributionReporting = { ID: 'attribution-reporting', DISABLE: '42531928', ENABLE: '42531929', DISABLE_NO_ASYNC: '42531930', ENABLE_NO_ASYNC: '42531931', };