Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
przemkaczmarek committed Dec 13, 2024
1 parent f21611f commit 09f7073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions openrtb_ext/imp_intertech.go
Original file line number Diff line number Diff line change
@@ -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"`
}
2 changes: 1 addition & 1 deletion static/bidder-info/intertech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 09f7073

Please sign in to comment.