Skip to content

Commit 05bccaa

Browse files
authored
atype-os
1 parent 682c230 commit 05bccaa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

implementation.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ For an Exchange to properly disclose that an ID substitution has occurred by a p
15641564

15651565
If a linkage is made by any party (e.g. a SSP to a DSP cookie ID) based on an incoming EID where <code>mm</code> does not equal 1 or 2, then the ID sent to the recipient must inherit the <code>mm</code> value of the incoming Extended Identifier (EID). For example, if a SSP receives an ID based on any kind of matching (<code>mm</code> values 3,4,5,6), then even if the ID they send to the DSP is based on a cookie exchange, it must also indicate that matching occurred (i.e. <code>mm</code> values 3,4,5,6).
15661566

1567-
Example 4 below outlines a workflow where an SSP is able to match to the DSP ID based on a Cookie Based Sync (mm=2) but becasue they recieved a bridged ID from the publisher (mm=3) they retain the match method of 3 to the DSP.
1567+
Example 4 below outlines a workflow where an SSP is able to match to the DSP ID based on a Cookie Based Sync (<code>mm</code>=2) but becasue they recieved a bridged ID from the publisher (<code>mm</code>=3) they retain the match method of 3 to the DSP.
15681568

15691569
Items in the EID array with <code>mm</code> values of 1 or 2 are generally optional/informational, but some buyers may find it useful for sellers to provide them.
15701570

@@ -1615,7 +1615,7 @@ Different iterations of possible combinations are listed in the following table.
16151615
{
16161616
"uids": [
16171617
{
1618-
"atype": "1"
1618+
"atype": 1
16191619
}
16201620
]
16211621
}
@@ -1633,7 +1633,7 @@ Different iterations of possible combinations are listed in the following table.
16331633
{
16341634
"uids": [
16351635
{
1636-
"atype": "2"
1636+
"atype": 2
16371637
}
16381638
]
16391639
}
@@ -1659,7 +1659,7 @@ There exist scenarios in which a party may use an alternate approach to infer a
16591659
"uids": [
16601660
{
16611661
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1662-
"atype": "3"
1662+
"atype": 3
16631663
}
16641664
]
16651665
}
@@ -1688,7 +1688,7 @@ If an arrangement exists to put a matched DSP ID in <code>buyeruid</code>, that
16881688
"uids": [
16891689
{
16901690
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1691-
"atype": "3",
1691+
"atype": 3,
16921692
}
16931693
]
16941694
},
@@ -1699,7 +1699,7 @@ If an arrangement exists to put a matched DSP ID in <code>buyeruid</code>, that
16991699
"uids": [
17001700
{
17011701
"id": "3d89748d-74bb-44f1-9908-298090dc2944",
1702-
"atype": "1",
1702+
"atype": 1,
17031703
}
17041704
]
17051705
}
@@ -1722,7 +1722,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
17221722
"uids": [
17231723
{
17241724
"id": "3d89748d-74bb-44f1-9908-298090dc2944",
1725-
"atype": "1",
1725+
"atype": 1,
17261726
}
17271727
]
17281728
},
@@ -1734,7 +1734,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
17341734
"uids": [
17351735
{
17361736
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1737-
"atype": "3",
1737+
"atype": 3,
17381738
}
17391739
]
17401740
}
@@ -1756,7 +1756,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
17561756
"uids": [
17571757
{
17581758
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1759-
"atype": "2",
1759+
"atype": 2,
17601760
}
17611761
]
17621762
},
@@ -1768,7 +1768,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
17681768
"uids": [
17691769
{
17701770
"id": "e7f8c5f2-6b4e-4565-8b0a-53d8b730143e",
1771-
"atype": "3",
1771+
"atype": 3,
17721772
}
17731773
]
17741774
}
@@ -1793,7 +1793,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
17931793
"uids": [
17941794
{
17951795
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1796-
"atype": "3",
1796+
"atype": 3,
17971797
}
17981798
]
17991799
}
@@ -1815,7 +1815,7 @@ note that <code>mm</code>:3 is retained in this example, because the match is bu
18151815
"uids": [
18161816
{
18171817
"id": "fac13741-0648-436a-88cf-aceafdf45c9a",
1818-
"atype": "2",
1818+
"atype": 2,
18191819
}
18201820
]
18211821
}

0 commit comments

Comments
 (0)