Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/daangn/SushiBelt/blob/master/screenshots/logo.png" />
<img src="screenshots/logo.png" />

[![Version](https://img.shields.io/cocoapods/v/SushiBelt.svg?style=flat)](https://cocoapods.org/pods/SushiBelt)
[![License](https://img.shields.io/cocoapods/l/SushiBelt.svg?style=flat)](https://cocoapods.org/pods/SushiBelt)
Expand All @@ -11,21 +11,21 @@ There are many characteristics of SushiBelt.

First of all, The impression ratio can be set differently for each UIView.

<img src="https://github.com/daangn/SushiBelt/blob/master/screenshots/objective_ratio.png" />
<img src="screenshots/objective_ratio.png" />

In the context of online advertising, An impression is when an ad is fetched from its source, and is countable. Whether the ad is clicked is not taken into account. Each time an ad is fetched, it is counted as one impression.

In Summary, SushiBelt can measure the impression according to the objective visible ratio for each UIView.

<img src="https://github.com/daangn/SushiBelt/blob/master/screenshots/ratio.png" />
<img src="screenshots/ratio.png" />

- Green Area means a measurable range.
- Red line means a calculated visible ratio from SushiBelt.
- Blue line means a objective visible ratio for impression.

Also, SushiBelt calculates visible ratio as the scroll direction changes.

<img src="https://github.com/daangn/SushiBelt/blob/master/screenshots/scroll_direction.png" />
<img src="screenshots/scroll_direction.png" />

## Features

Expand Down