You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product-manager/assignment.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
47
47
| Click | Click is an event which counts how many times an ad has been clicked |
48
48
| CTR | Short for Click Through Rate. It's a metric that is calculated by diving Clicks / Impressions |
49
49
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.
0 commit comments