Skip to content

Commit

Permalink
Set 'optable' as the 'id' and 'name' attributes of fpd.user.data (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic authored Mar 9, 2021
1 parent 4106a5b commit 6b0e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/edge/targeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ function PrebidUserDataFromCache(config: OptableConfig): PrebidUserData {

if (segments.length > 0) {
result.push({
id: key,
name: key,
id: "optable",
name: "optable",
segment: segments,
});
}
Expand Down

0 comments on commit 6b0e37a

Please sign in to comment.