summaryrefslogtreecommitdiff
path: root/adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json
diff options
context:
space:
mode:
Diffstat (limited to 'adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json')
-rw-r--r--adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json b/adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json
new file mode 100644
index 000000000..9dca2d363
--- /dev/null
+++ b/adservices/tests/unittest/service-core/assets/msmt_interop_tests/dedup_key.json
@@ -0,0 +1,112 @@
+{
+ "description": "2nd trigger with the same deduplication key is not attributed",
+ "input": {
+ "sources": [
+ {
+ "timestamp": "1643235573000",
+ "registration_request": {
+ "source_origin": "https://source.test",
+ "attribution_src_url": "https://reporter.test/register-source",
+ "source_type": "navigation"
+ },
+ "responses": [{
+ "url": "https://reporter.test/register-source",
+ "response": {
+ "Attribution-Reporting-Register-Source": {
+ "destination": "https://destination.test",
+ "source_event_id": "123"
+ }
+ }
+ }]
+ }
+ ],
+ "triggers": [
+ {
+ "timestamp": "1643235574000",
+ "registration_request": {
+ "attribution_src_url": "https://reporter.test/register-trigger",
+ "destination_origin": "https://destination.test"
+ },
+ "responses": [{
+ "url": "https://reporter.test/register-trigger",
+ "response": {
+ "Attribution-Reporting-Register-Trigger": {
+ "event_trigger_data": [
+ {
+ "trigger_data": "1",
+ "deduplication_key": "1"
+ }
+ ]
+ }
+ }
+ }]
+ },
+ {
+ "timestamp": "1643235575000",
+ "registration_request": {
+ "attribution_src_url": "https://reporter.test/register-trigger",
+ "destination_origin": "https://destination.test"
+ },
+ "responses": [{
+ "url": "https://reporter.test/register-trigger",
+ "response": {
+ "Attribution-Reporting-Register-Trigger": {
+ "event_trigger_data": [
+ {
+ "trigger_data": "2",
+ "deduplication_key": "1"
+ }
+ ]
+ }
+ }
+ }]
+ },
+ {
+ "timestamp": "1643235576000",
+ "registration_request": {
+ "attribution_src_url": "https://reporter.test/register-trigger",
+ "destination_origin": "https://destination.test"
+ },
+ "responses": [{
+ "url": "https://reporter.test/register-trigger",
+ "response": {
+ "Attribution-Reporting-Register-Trigger": {
+ "event_trigger_data": [
+ {
+ "trigger_data": "3",
+ "deduplication_key": "2"
+ }
+ ]
+ }
+ }
+ }]
+ }
+ ]
+ },
+ "output": {
+ "event_level_results": [
+ {
+ "payload": {
+ "attribution_destination": "https://destination.test",
+ "randomized_trigger_rate": 0.0024,
+ "source_event_id": "123",
+ "source_type": "navigation",
+ "trigger_data": "1"
+ },
+ "report_url": "https://reporter.test/.well-known/attribution-reporting/report-event-attribution",
+ "report_time": "1643408373000"
+ },
+ {
+ "payload": {
+ "attribution_destination": "https://destination.test",
+ "randomized_trigger_rate": 0.0024,
+ "source_event_id": "123",
+ "source_type": "navigation",
+ "trigger_data": "3"
+ },
+ "report_url": "https://reporter.test/.well-known/attribution-reporting/report-event-attribution",
+ "report_time": "1643408373000"
+ }
+ ]
+ }
+}