diff --git a/openrtb_ext/imp_intertech.go b/openrtb_ext/imp_intertech.go index d8bfb83015..bfce61fe1c 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 a89e55b128..bf4b52bc38 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