Closed
Bug 1592724
Opened 6 years ago
Closed 6 years ago
Change proxy server frequency caps to be based on Adzerk's flight_id
Categories
(Firefox :: New Tab Page, task, P1)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: lbui, Assigned: thecount)
References
Details
(Keywords: github-merged)
Attachments
(1 file)
- currently based on campaign_id
- campaign is now a thing the client/proxy never needs to be aware of
Comment 1•6 years ago
|
||
I will make two changes server-side:
- Add a
flight
object undercaps
. - Add
flight_id
to each spoc.
Old:
{
"campaign_id": 977865,
"caps": {
"campaign": {
"count": 10,
"period": 86400
},
"lifetime": 10
},
...
New:
{
"flight_id": 472389,
"campaign_id": 977865,
"caps": {
"campaign": {
"count": 10,
"period": 86400
},
"flight": {
"count": 10,
"period": 86400
},
"lifetime": 10
},
...
Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Comment 2•6 years ago
|
||
Change was deployed to production on Nov 5th. Api is updated to v1.4: https://app.swaggerhub.com/apis/PocketNewTab/PocketProxyServer/1.4
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sdowne
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Status: NEW → RESOLVED
Iteration: --- → 72.3 - Nov 18 - Dec 1
Closed: 6 years ago
status-firefox72:
--- → fixed
Keywords: github-merged
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•