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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The backend developer has finished implementing APIs that the frontend should us
28
28
order to get campaigns, make a view and make a click. The backend developers have
29
29
also created swagger documentation describing the API.
30
30
A user is supposed to make a request to /campaign-distribution/campaigns in order to
31
-
get the list of campaigns. The frontend will later render this response. When a user
31
+
get the list of campaigns. A campaign is always related to an app, which has a unique creative. The frontend will later render this response. When a user
32
32
scrolls through the list of campaigns, a request to the ViewURL given in the list should be
33
33
executed once and this request will return an empty response. When the user clicks on
34
34
the campaign in the list, a request to the ClickURL should be executed and this request
0 commit comments