Dynamic remarketing lists were formerly known as product audiences.
Dynamic remarketing lists pair customers with specific products based on what they have looked at, considered, or already purchased on your website. You can use dynamic remarketing lists in both search campaigns and audience campaigns (not everyone has audience campaigns yet).
Targeted audience reach. Show tailored ads for specific products to people who have already shown purchase intent signals for those very products.
Boosted performance. Dynamic remarketing lists can increase the likelihood of clicks and conversions, and can provide a better return on ad spend than standard remarketing lists.
Easy to use. You can create five types of dynamic remarketing lists — general visitors, product searchers, product viewers, shopping cart abandoners, and past buyers — so you don't need to create a remarketing list for each individual product.
Before you start setting up dynamic remarketing, make sure you have:
Dynamic remarketing lists | When to use this list |
---|---|
General visitors | Reach a broader base of your potential customers. These people have visited your website, showing interest in your brand or offerings. |
Product searchers | Reach users who have shown intent. These people have visited your website and searched for products on your site, showing even more interest in your offerings. |
Product viewers | Reach users who have shown clear intent. These people have visited your website and viewed your products, showing a clear interest in your offerings. |
Shopping cart abandoners | Reach users who have shown very strong intent. These people added items to their cart, and while they didn't make a purchase, this shows a very strong interest in your offerings. |
Past buyers | Reach users who have purchased from you in the past. These people could purchase again, be it the same product or a related product (via a cross-sell or upsell). |
A dynamic remarketing list takes up to 24 hours to build, and targeting for it won't take effect until that point.
You need to add custom parameters to your JavaScript UET tag tracking code for dynamic remarketing. If you haven't already added the UET tag tracking code to your website, take a look at How do I add a UET tag to my website?
Add the following JavaScript to the end of the UET tag tracking code in each page of your website:
<script>
window.uetq = window.uetq || [];
window.uetq.push ('event', '', {'ecomm_prodid': 'Replace_with_Product_ID', 'ecomm_pagetype': 'Replace_with_Page_Type'});
</script>
'ecomm_prodid': ['Replace_with_Product_ID_1','Replace_with_Product_ID_2','Replace_with_Product_ID_3']
In the above JavaScript, change the following parameters:
The product ID in your JavaScript code must match an ID in your Microsoft Merchant Center product feed.
Dynamic remarketing list you're tracking | Required page type |
---|---|
General visitors | 'ecomm_pagetype': 'home' 'ecomm_pagetype': 'category' 'ecomm_pagetype': 'other' Note: Any user not included in the page type for searchresults, product, cart, or purchase will be included in the general visitors audience. |
Product searchers | 'ecomm_pagetype': 'searchresults' |
Product viewers | 'ecomm_pagetype': 'product' |
Shopping cart abandoners | 'ecomm_pagetype': 'cart' |
Past buyers | 'ecomm_pagetype': 'purchase' |
Note: Customers who buy a product are added to the "past buyers" list and are removed from other lists (for that particular product). For this to work, the UET tag on your purchase confirmation page must send both product ID (ecomm_prodid) and pagetype (ecomm_pagetype).
To see an example of a dynamic remarketing UET tag tracking code installed in the body of a webpage, visit this webpage (English only), right-select in the webpage, and then select View source or View page source depending on your browser. On this page, you can also define a product ID and page type, and then select a button to trigger a custom event for this dynamic remarketing list. If you use a third-party monitoring tool like Fiddler, you can see the HTTP request generated to bat.bing.com to report each custom event.
Not everyone has this feature yet. If you don't, don't worry—it's coming soon!