Web banners: displaying and testing a web banner to a segmented audience
1. First method (recommended)
1.1. Select condition: “Segment”
1.2. Select the segment of your choice you wish to display a web banner to.
1.3. Select “Identifier attribute” which is an attribute used for profile stitching that helps to identify the user.
Usually, it is “Meiro User Id”.
1.4. Select operator “is in segment/ is not in segment”.
1.5. Select “Identifier location” (cookie / local storage) and insert a “key”. Those values are Meiro user IDs tracked from the client website where Meiro SDK is deployed.
In most cases, it is a cookie, key: meiro_user_id
Key can be found in the Developers tools -> Application -> Cookie/ Local storage -> Key
Warning: Setup for identifier attribute/ location and key can be custom to your use case, therefore please contact the Meiro team.
2. Second method
https://cdp.qbank.meiro.io/wbs?attribute=ps_meiro_user_id&value={{cookie:meiro_user_id}}&segment=567
Condition to show the banner only to customers belonging to the particular segment:
response is ok
Condition to show the banner only to customers not belonging to the particular segment:
string - contains - status - error
Explanation of each part of the URL:
2.3. How to test a web banner for segmented audience
For example:example, the banner is being displayed only to people from the segment with ID 490.
Warning: We strongly advise using only the fresh anonymous windows for testing different cookies!
1: Open the segment with the corresponding ID.
2: Open a single customer view of someone from this segment.
3: Copy to clipboard Meiro user ID.
4: Methods of testingtesting:
First method by changing cookies manually:
Visit the URL when the banner is being displayed and open Developer Tools of the browser. Go to Application tab and change the cookie value manually for both 'meiro_user_id' and 'meiro_user_id_js'.
Learn more: about how to open Developer Tools on Chrome, Safari, Microsoft Edge, Firefox
Second method through the console input:
5: Hard refresh (CTRL + F5) your browser and the web banner will be displayed.