Skip to content

Instantly share code, notes, and snippets.

Новая модель аттрибуции
- Собираем хиты и контакты пользователя в один упорядоченный по времени список: Х[ит] К[онтакт] Х К К Х Х К К Х
- Разбиваем этот список на периоды. Новый период начинается, если у пользователя не было ни хита, ни контакта в течение 14 суток подряд: Х К Х -- К К Х -- Х -- К - К Х.
- Если период начинается с хита, то периоду приписываем источник этого хита: Х К Х(yandex) -- К К Х -- Х(google) -- К -- К Х
- Если период начинается с контакта, то периоду присваиваем источник предыдущего периода (если он тоже начинается с контакта - тогда смотрим назад, пока не найдем период, начинающийся с хита):
Х К Х(yandex) -- К К Х(yandex) -- Х(google) -- К(google) -- К Х(google).
- Замеру или договору присваиваем источник того периода, во время которого они были созданы, если же время создания находится между периодами, то берем ближайший последний: Х К З[амер] Х(yandex) -- К К Х(yandex) -- З(yandex) -- Х(google) -- К(google) -- К Х(google).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.