From 09f70731a2a750fd71cc218f7048fb659a0d0ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kaczmarek?= Date: Fri, 13 Dec 2024 14:08:24 +0000 Subject: [PATCH] fix comments --- openrtb_ext/imp_intertech.go | 5 +---- static/bidder-info/intertech.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/openrtb_ext/imp_intertech.go b/openrtb_ext/imp_intertech.go index d8bfb830154..bfce61fe1c3 100644 --- a/openrtb_ext/imp_intertech.go +++ b/openrtb_ext/imp_intertech.go @@ -1,9 +1,6 @@ package openrtb_ext type ExtImpIntertech struct { - PlacementID string `json:"placement_id"` - // Deprecated: in favor of `PlacementID` PageID int64 `json:"page_id"` - // Deprecated: in favor of `PlacementID` - ImpID int64 `json:"imp_id"` + ImpID int64 `json:"imp_id"` } diff --git a/static/bidder-info/intertech.yaml b/static/bidder-info/intertech.yaml index a89e55b1288..bf4b52bc382 100644 --- a/static/bidder-info/intertech.yaml +++ b/static/bidder-info/intertech.yaml @@ -11,5 +11,5 @@ capabilities: - native userSync: redirect: - url: https://prebid.intertechsrvcs.com/mapuid/intertech/?ssp-id=10500&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&location={{.RedirectURL}} + url: https://prebid.intertechsrvcs.com/mapuid/intertech/?ssp-id=10500&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&location= userMacro: "{UID}" \ No newline at end of file