Skip to content

Commit

Permalink
Renamed hb_uuid to hb_cache_id, for consistency with today so that pu…
Browse files Browse the repository at this point in the history
…blishers dont need to update their creatives in DFP.
  • Loading branch information
dbemiller committed Jan 16, 2018
1 parent 0a0a446 commit 1bb3724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrtb_ext/bid.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
HbDealIdConstantKey TargetingKey = "hb_deal"
// HbCacheKey stores the UUID which can be used to fetch the bid data from prebid cache.
// Callers should *never* assume that this exists, since the call to the cache may always fail.
HbCacheKey TargetingKey = "hb_uuid"
HbCacheKey TargetingKey = "hb_cache_id"
// These are not keys, but values used by hbCreativeLoadMethodConstantKey
HbCreativeLoadMethodHTML string = "html"
HbCreativeLoadMethodDemandSDK string = "demand_sdk"
Expand Down

0 comments on commit 1bb3724

Please sign in to comment.