Skip to content

Commit

Permalink
Merge pull request #1454 from glogiotatidis/move-dismiss-table
Browse files Browse the repository at this point in the history
 [Issue #1445] Move `dismiss` below `go_to_scene2`
  • Loading branch information
glogiotatidis committed Oct 21, 2020
2 parents 117123c + 50547d4 commit de64563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ def parse_aggregated_metrics(self, metrics):
'Total', 'CTR (%)', "Total Clients", '|']
]

for event in ['impression', 'click', 'block', 'dismiss', 'go_to_scene2',
for event in ['impression', 'click', 'block', 'go_to_scene2', 'dismiss',
'subscribe_success', 'subscribe_error']:
event_name = event.replace('-', ' ').replace('_', ' ')
line = [
Expand Down

0 comments on commit de64563

Please sign in to comment.