|
1 | 1 | {% include header.html %} |
2 | | -{% include online-assignment/intro.md %} |
| 2 | + |
| 3 | +# Introduction |
| 4 | + |
| 5 | +Hey there :) |
| 6 | + |
| 7 | +- Please read the instructions carefully before start implementing your user interface. |
| 8 | +- If something is not clear to you please do not hesitate to get in touch with us for clarifications. We'd love to help you out! |
3 | 9 |
|
4 | 10 | # Objective |
5 | 11 |
|
| 12 | +The objective of this assignment is to create a User Interface for a simple web app, which will allow an advertiser to access important analytics about their campaigns. The interface should be consistent with Glispa's branding and should enable our users to perform the tasks described in the User Stories section, below. |
| 13 | + |
| 14 | +# User profile |
6 | 15 |
|
7 | | -# Tasks |
| 16 | +The users of this web app will be advertisers who are running campaigns with Glispa and they want to monitor the performance of those campaigns. |
8 | 17 |
|
9 | | -The assignment consists of one task. |
| 18 | +- They are comfortable with numbers. |
| 19 | +- They demand as much flexibility as possible when it comes to slicing and dicing their numbers. |
10 | 20 |
|
11 | | -| Task Objective | Expected Completion Time | |
| 21 | +# User Stories |
| 22 | + |
| 23 | +| User Story | Example | Notes | |
12 | 24 | |---|---| |
13 | | -| [Task 1:](#task-1) | ~2 hours | |
| 25 | +| As an advertiser I want to view specific metrics related with my campaigns' performance | - I want to view how many Installs I had during last month <br/> - I want to view how much Spend I had in the last 24 hours | Supported Metrics: CPI (Cost Per Install), Spend, Installs, CTR (click-through rate) | |
| 26 | +| As an advertiser I want to be able to view performance metrics for specific dimension breakdowns | - I want to view the Spend for each individual campaign for the current month <br/> - I want to view how many Installs and CPI I had in each country | Supported Dimensions: Campaign, Country, Time | |
| 27 | +| As an advertiser I want to be able to filter my numbers based on certain dimensions | - I want to view the CPI for campaigns only in USA <br/> - I want to view the Spend only for campaign X and campaign Y | Supported Dimensions: Same as above | |
| 28 | + |
| 29 | +# Metrics |
| 30 | + |
| 31 | +| Name | Description | Unit of measurement | |
| 32 | +| Spend | The amount of dollars the advertiser spent running the campaigns| USD ($) | |
| 33 | +| Installs | The number of users who installed the advertised apps in the campaigns| Integer | |
| 34 | +| CTR | The click-through rate of the campaigns. | Percentage | |
| 35 | +| CPI | The cost per install | USD ($) | |
| 36 | + |
| 37 | +# Brand Assets |
14 | 38 |
|
15 | | -## Task 1 |
| 39 | +- Logos |
| 40 | +- Colors |
| 41 | +- Typeface: Source Sans Pro |
16 | 42 |
|
17 | | -### Objective |
| 43 | +# Deliverables |
18 | 44 |
|
| 45 | +1. A User Interface showcasing how the app will look and function (The level of detail is open-ended and can span from a simple wireframe to a full mockup). |
| 46 | +2. A short description about the solution and the basic UI/UX principles behind it. |
| 47 | +3. (Optional) A user flows diagram or visualization. |
0 commit comments