Skip to content

Commit 8e66f54

Browse files
authored
chore(pm) Adds assumptions (#22)
1 parent b878a71 commit 8e66f54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

product-manager/assignment.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ We do not expect you to be an ad-tech expert so do not worry about ad-tech speci
4747
| Click | Click is an event which counts how many times an ad has been clicked |
4848
| CTR | Short for Click Through Rate. It's a metric that is calculated by diving Clicks / Impressions |
4949

50+
# Assumptions
51+
52+
In order to simplify the following tasks and help you focus on the main objective you can make the following assumptions:
53+
54+
- There is a separate tracking system which is used to collect all the metrics and dimensions we need. You can interface with this tracking system to retrieve the data you may need.
55+
- There is a separate authentication/login system which you can reuse in your solution. No need to worry about this one.
56+
- There is no limitation in the budget but of course we'd prefer to minimize costs.
57+
58+
5059
# Tasks
5160

5261
The assignment comprises of four tasks.

0 commit comments

Comments
 (0)