Skip to content

Commit

Permalink
Merge pull request #1 from prebid/bugfix/index_cookie_sync_fix
Browse files Browse the repository at this point in the history
fix user sync macro for index
  • Loading branch information
Matt Kendall authored May 1, 2017
2 parents 291aab0 + b905d7d commit e3bc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (a *IndexAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pb

func NewIndexAdapter(config *HTTPAdapterConfig, externalURL string) *IndexAdapter {
a := NewHTTPAdapter(config)
redirect_uri := fmt.Sprintf("%s/setuid?bidder=indexExchange&uid=$UID", externalURL)
redirect_uri := fmt.Sprintf("%s/setuid?bidder=indexExchange&uid=__UID__", externalURL)
usersyncURI := "https://ssum-sec.casalemedia.com/usermatchredir?s=184932&cb="

info := &pbs.UsersyncInfo{
Expand Down

0 comments on commit e3bc468

Please sign in to comment.