From 0982afc0e511c0e44f7e83dcba80b50e9fc9095a Mon Sep 17 00:00:00 2001 From: Jeffrey Carlson Date: Mon, 30 Oct 2023 15:15:44 -0500 Subject: [PATCH] Ensure Unix Time is in milliseconds --- extensions/community_extensions/skadnetwork.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/community_extensions/skadnetwork.md b/extensions/community_extensions/skadnetwork.md index 93dbddce..73d78fac 100644 --- a/extensions/community_extensions/skadnetwork.md +++ b/extensions/community_extensions/skadnetwork.md @@ -424,7 +424,7 @@ If the bid request included the `BidRequest.imp.ext.skadn` object, then a DSP co "fidelity": 0, "signature": "MEQCIEQlmZRNfYzK…", "nonce": "473b1a16…", - "timestamp": "1594406341" + "timestamp": "1698696785356" } ] @@ -573,7 +573,7 @@ Fields that should have different values for the different fidelity types (e.g. string - "timestamp": "1594406341" + "timestamp": "1594406341232" @@ -631,13 +631,13 @@ Fields that should have different values for the different fidelity types (e.g. "fidelity": 0, "signature": "MEQCIEQlmZRNfYzKBSE8QnhLTIHZZZWCFgZpRqRxHss65KoFAiAJgJKjdrWdkLUOCCjuEx2RmFS7daRzSVZRVZ8RyMyUXg==", "nonce": "473b1a16-b4ef-43ad-9591-fcf3aefa82a7", - "timestamp": "1594406341" + "timestamp": "1594406341232" }, { "fidelity": 1, "signature": "GRlMDktMmE5Zi00ZGMzLWE0ZDEtNTQ0YzQwMmU5MDk1IiwKICAgICAgICAgICAgICAgICAgInRpbWVzdGTk0NDA2MzQyIg==", "nonce": "e650de09-2a9f-4dc3-a4d1-544c402e9095", - "timestamp": "1594406342" + "timestamp": "1594406342786" } ] } @@ -670,13 +670,13 @@ Fields that should have different values for the different fidelity types (e.g. "fidelity": 0, "signature": "MEQCIEQlmZRNfYzKBSE8QnhLTIHZZZWCFgZpRqRxHss65KoFAiAJgJKjdrWdkLUOCCjuEx2RmFS7daRzSVZRVZ8RyMyUXg==", "nonce": "473b1a16-b4ef-43ad-9591-fcf3aefa82a7", - "timestamp": "1594406341" + "timestamp": "1594406341232" }, { "fidelity": 1, "signature": "GRlMDktMmE5Zi00ZGMzLWE0ZDEtNTQ0YzQwMmU5MDk1IiwKICAgICAgICAgICAgICAgICAgInRpbWVzdGTk0NDA2MzQyIg==", "nonce": "e650de09-2a9f-4dc3-a4d1-544c402e9095", - "timestamp": "1594406342" + "timestamp": "1594406342786" } ] }