Use * syntax for faster search

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Column
width50%


Panel
borderColor#c8c8c8
borderWidth1
borderStylesolid

Table of Contents

Table of Contents
maxLevel2
indent20px
stylenone



Section

Overview

There are several ways individual Bid Modifiers terms can be applied.

How it Works

User Level Bid Modifiers (aka User Scoring) - applied to the bid based on the combination of user and segment. To enable, when choosing the segment on the Bid Modifier, select "Yes" for Dynamic. The Bid Modifier factor can come from different sources.

User Level Bid Modifiers allow you to specify a Bid Modifier at user level via the ‘value’ field - which can be declared via three methods:

  • In a Segment Upload

<user_id>|<segment_id>:<value>  

  • In a Segment Tag specified as a parameter within the query string of the URL.

<img  src="https://segment.prod.bidr.io/associate-segment?buzz_key=canary&segment_key=canary-1&value=2" height="0" width="0">

  • Via a customer’s Custom Augmentor when appending data to the bid request.

message Segment {

 optional string id = 1;

 optional string value = 2;

}

Please note for any user id that does not have an associated value, the default value will be what’s set in the modifier field for that particular Bid Modifier.

  • Segment Recency in Bid Modifiers

Segment Recency is a feature that lets you set bid modifiers based on when users were added to a given 1st party segment. For example, suppose people who visit a brand’s site are put into a segment called “Auto Intenders” and you want to bid more for people who have visited in the last 48 hours. Segment Recency enables you to bid more or less on individual auctions depending on how long ago that user was added to a particular segment.

List Item Bid Modifiers - applied to the bid based on the item within a list. To enable, when choosing the list on the Bid Modifier, select "Yes" for Dynamic. 

List Item Bid Modifiers allow you to specify a Bid Modifier at list item level via the ‘value’ field:

Info

Please note for any list item that does not have an associated value, the default value will be what’s set in the modifier field for that particular Bid Modifier.

Boolean Expression- input a custom Boolean expression, granting you the ability to tag each clause with a bid multiplier. This functionality will only work for segments. For a boolean expression, only the value entered in the modifier will be used.  If a value is included on the user-segment association (as explained in the “User-Level Bid Modifiers” section above), it will not be respected.