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)

task

Tracking

()

RESOLVED FIXED
Firefox 72
Iteration:
72.3 - Nov 18 - Dec 1
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

I will make two changes server-side:

  1. Add a flight object under caps.
  2. 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
            },
            ...
Priority: -- → P1

Change was deployed to production on Nov 5th. Api is updated to v1.4: https://app.swaggerhub.com/apis/PocketNewTab/PocketProxyServer/1.4

Assignee: nobody → sdowne
Blocks: 1598724
Status: NEW → RESOLVED
Iteration: --- → 72.3 - Nov 18 - Dec 1
Closed: 6 years ago
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.

Attachment

General

Created:
Updated:
Size: