Bug 1482924 Change session split event name for backfill

As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1482924
we want to backfill just session split events in order to pick up the
new active-ticks logic. We can only accomplish that in Amplitude
by sending events with a different name.

Once this is merged, I'll proceed with backfilling.
This commit is contained in:
Jeff Klukas 2018-08-15 08:44:50 -04:00
Родитель 6ee761686c
Коммит 64a9ed6faa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@
"eventGroupName": "Meta", "eventGroupName": "Meta",
"events": [ "events": [
{ {
"name": "session split", "name": "session split v2",
"description": "a ping was sent defining a subsession", "description": "a ping was sent defining a subsession",
"amplitudeProperties": { "amplitudeProperties": {
"subsession_length": "extra.subsession_length", "subsession_length": "extra.subsession_length",