1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52

content / test / data / attribution_reporting / interop / lookback_window_precision.json [blame]

{
  "description": "Lookback window with millisecond precision.",
  "input": {
    "registrations": [
      {
        "registration_request": {
          "context_origin": "https://source.test",
          "Attribution-Reporting-Eligible": "event-source"
        },
        "responses": [
          {
            "url": "https://reporter.test/register-source",
            "response": {
              "Attribution-Reporting-Register-Source": {
                "source_event_id": "123",
                "destination": "https://destination.test",
                "expiry": "86400"
              }
            }
          }
        ],
        "timestamp": "0"
      },
      {
        "registration_request": {
          "context_origin": "https://destination.test"
        },
        "responses": [
          {
            "url": "https://reporter.test/register-trigger",
            "response": {
              "Attribution-Reporting-Register-Trigger": {
                "event_trigger_data": [
                  {
                    "trigger_data": "1",
                    "filters": {
                      "_lookback_window": 1
                    }
                  }
                ]
              }
            }
          }
        ],
        "timestamp": "1001"
      }
    ]
  },
  "output": {
    "reports": []
  }
}