Skip to content

Commit 66d7d8a

Browse files
Aso: Add user sync endpoint to adapter and aliases (#4353)
1 parent 9e9bf59 commit 66d7d8a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • src/main/resources/bidder-config

src/main/resources/bidder-config/aso.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,34 @@ adapters:
77
endpoint: https://srv.datacygnal.io/pbs/bidder?zid={{ZoneID}}
88
meta-info:
99
maintainer-email: contact@bcm.ltd
10+
usersync:
11+
cookie-family-name: bcmint
12+
redirect:
13+
url: https://track.datacygnal.io/sync/v2?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&usp={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redir={{redirect_url}}
14+
support-cors: false
15+
uid-macro: '{uid}'
1016
bidagency:
1117
enabled: false
1218
endpoint: https://srv.bidgx.com/pbs/bidder?zid={{ZoneID}}
1319
meta-info:
1420
maintainer-email: aso@bidgency.com
21+
usersync:
22+
cookie-family-name: bidagency
23+
redirect:
24+
url: https://track.bidgx.com/sync/v2?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&usp={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redir={{redirect_url}}
25+
support-cors: false
26+
uid-macro: '{uid}'
1527
kuantyx:
1628
enabled: false
1729
endpoint: https://srv.kntxy.com/pbs/bidder?zid={{ZoneID}}
1830
meta-info:
1931
maintainer-email: ssp@kuantyx.com
32+
usersync:
33+
cookie-family-name: kuantyx
34+
redirect:
35+
url: https://track.kntxy.com/sync/v2?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&usp={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redir={{redirect_url}}
36+
support-cors: false
37+
uid-macro: '{uid}'
2038
meta-info:
2139
maintainer-email: support@adsrv.org
2240
app-media-types:
@@ -28,3 +46,9 @@ adapters:
2846
- video
2947
- native
3048
vendor-id: 0
49+
usersync:
50+
cookie-family-name: aso
51+
redirect:
52+
url: https://track.aso1.net/sync/v2?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&usp={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redir={{redirect_url}}
53+
support-cors: false
54+
uid-macro: '{uid}'

0 commit comments

Comments
 (0)