1{
2  "phflags_override": {
3    "measurement_max_distinct_reporting_origins_in_source": "1"
4  },
5  "input": {
6    "registrations": [
7      {
8        "registration_request": {
9          "registrant": "com.example1",
10          "source_type": "navigation"
11        },
12        "responses": [
13          {
14            "url": "https://adtech1.test",
15            "response": {
16              "Attribution-Reporting-Register-Source": {
17                "source_event_id": "5047956763605864942",
18                "destination": "android-app://com.example2",
19                "filter_data": {},
20                "aggregation_keys": {},
21                "priority": "1",
22                "expiry": "604799",
23                "aggregatable_report_window": "2591999"
24              },
25              "Location": null,
26              "Attribution-Reporting-Redirect": null
27            }
28          }
29        ],
30        "timestamp": "1702129427661"
31      },
32      // Source should be rejected for exceeding the distinct reporting
33      // origin limit. Although the previous source has expired, it is
34      // still within the rate limit window.
35      {
36        "registration_request": {
37          "registrant": "com.example1",
38          "source_type": "event"
39        },
40        "responses": [
41          {
42            "url": "https://adtech2.test",
43            "response": {
44              "Attribution-Reporting-Register-Source": {
45                "source_event_id": "5047956694886388206",
46                "destination": "android-app://com.example2",
47                "filter_data": {
48                  "beach": [
49                    "australia.girl"
50                  ]
51                },
52                "aggregation_keys": {
53                  "nigeriaThailand": "0x7864BE5AABB52D30420C60D54F6F6CB6"
54                },
55                "priority": "1",
56                "aggregatable_report_window": "2591999"
57              },
58              "Location": null,
59              "Attribution-Reporting-Redirect": null
60            }
61          }
62        ],
63        "timestamp": "1704468358747"
64      },
65      {
66        "registration_request": {
67          "registrant": "com.example2"
68        },
69        "responses": [
70          {
71            "url": "https://adtech2.test",
72            "response": {
73              "Attribution-Reporting-Register-Trigger": {
74                "aggregatable_trigger_data": [
75                  {
76                    "source_keys": [
77                      "nigeriaThailand"
78                    ],
79                    "key_piece": "0x246780826F8CDB24F70AA82A12084612",
80                    "filters": {
81                      "source_type": [
82                        "navigation"
83                      ],
84                      "beach": [
85                        "battery.australia",
86                        "australia.girl"
87                      ]
88                    },
89                    "not_filters": {}
90                  },
91                  {
92                    "source_keys": [
93                      "nigeriaThailand"
94                    ],
95                    "key_piece": "0x38A50C333A0CC529E3C0D482B09F07D7",
96                    "filters": {},
97                    "not_filters": {}
98                  }
99                ],
100                "aggregatable_values": {
101                  "nigeriaThailand": 16941
102                },
103                "filters": {},
104                "not_filters": {}
105              },
106              "Location": null,
107              "Attribution-Reporting-Redirect": null
108            }
109          }
110        ],
111        "timestamp": "1704810433724"
112      }
113    ]
114  },
115  "output": {
116    "reports": []
117  }
118}
119