Skip to content

Commit

Permalink
user Sync Url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilGopalChennissery committed Jul 27, 2023
1 parent 66e9d21 commit 2477a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/bidder-config/preciso.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
adapters:
preciso:
endpoint: http://ssp-bidder.mndtrk.com/bid_request/openrtb
endpoint: https://ssp-bidder.mndtrk.com/bid_request/openrtb
endpoint-compression: gzip
meta-info:
maintainer-email: [email protected]
Expand All @@ -17,10 +17,10 @@ adapters:
usersync:
cookie-family-name: preciso
redirect:
url: http://ck.2trk.info/rtb/user/cookiematch.aspx?id=preciso_srl&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&t=2&redir={{redirect_url}}
url: https://ck.2trk.info/rtb/user/usersync.aspx?id=preciso_srl&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&t=2&redir={{redirect_url}}
support-cors: false
uid-macro: '${PRECISO_USER_ID}'
iframe:
url: http://ck.2trk.info/rtb/user/cookiematch.aspx?id=preciso_srl&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&t=4&redir={{redirect_url}}
url: https://ck.2trk.info/rtb/user/usersync.aspx?id=preciso_srl&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&t=4&redir={{redirect_url}}
support-cors: false
uid-macro: '${PRECISO_USER_ID}'

0 comments on commit 2477a7f

Please sign in to comment.