|
Retargeting or excluding users who have visited a website (or any pixeled website) is a common use case for Beeswax users. Segment Targeting enables the ability to retarget or exclude users based on their prior interactions with a site. For detailed guidelines on retargeting best practices, refer to Retargeting Best Practices.
Follow these steps to create a retargeting or exclusion tag and use it on a site:
Create a New Segment
Complete the Segment Information
Save & Generate the Tag
Implement the Tag
The "Value" parameter is optional and can be used to associate additional data (such as purchase amount or page views) with the user-segment combination. If this isn’t necessary, it can be omitted.
View User Count
Target the Segment in a Line Item
Email Open Retargeting While segment pixels can be configured for email open retargeting, the success rate of setting the Beeswax cookie will generally be lower than the email open rate. This is because many email clients, like Gmail, restrict third-party cookies, and email clients such as Outlook do not allow cookies to be set at all. |
A single segment tag can be used to add a user to multiple segment keys within the Beeswax bidding instance. This can be achieved by specifying multiple segment_key parameters within the URL.
<img src="https://segment.prod.bidr.io/associate-segment?buzz_key=buzzkey&segment_key=buzzkey-1&segment_key=buzzkey-2" height="0" width="0"> |
To specify a value for each user-segment association, include the value parameter in the same order as the segment_key parameters.
If you want to assign a value of 1.5 to buzzkey-1 and 3.6 to buzzkey-2, use one of the following options:
Option 1:
<img src="https://segment.prod.bidr.io/associate-segment?buzz_key=buzzkey&segment_key=buzzkey-1&segment_key=buzzkey-2&value=1.5&value=3.6" height="0" width="0"> |
Option 2:
<img src="https://segment.prod.bidr.io/associate-segment?buzz_key=buzzkey&segment_key=buzzkey-1&value=1.5&segment_key=buzzkey-2&value=3.6" height="0" width="0"> |
If some segments are not assigned a value, an empty &value= parameter must be included for those segments to preserve the correct key-to-value order. The number of value parameters must match the number of segment_key parameters.
A common use case is to retarget or exclude a user who has already seen an ad. This can be done in the web environment using the following steps:
Create a Segment in Beeswax
Save & Generate the Tag
https://segment.prod.bidr.io/associate-segment?buzz_key=buzzkey&segment_key=buzzkey-123
).Add the Tag to the Creative
Target the Segment in a New Line Item
Web-Only Implementation
This method is limited to web environments. For app or CTV environments, segment postbacks must be used instead.