- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Description
Which Umbraco Engage version are you using? (Please write the exact version, example: 13.2.0)
13.5.2
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
13.9.2
Issue summary
We want to implement a custom segment: region in Umbraco Engage that uses a query parameter for targeting. However, instead of serving the personalized variant result, the setup should always fall back to and display the default variant.
Specifics
ISSUE: we are seeing the default title property value (We take care…)
EXPECTED: We were expecting to see the variant value on the title property created in STEP  1 > Screen 3 (MDU - England…).
Steps to reproduce
We want to implement a custom segment: region in Umbraco Engage that uses a query parameter for targeting. However, instead of serving the personalized variant result, the setup should always fall back to and display the default variant.
We are following below steps for the personalization
Step 1: Create a custom segment called region which uses a region query param
CMS Steps
Screen 1: create a segment with region
 
Screen 2: Use segment for personalization on page
 
Screen 3: Content changes for the variants
 
Step 2 : Code Implementation
 
 
 
Step 3 : Calling CDA endpoints to get page variant
call the engage tracking end point to get the external id
 
pass the external visitor id in CDA headers and region in query parameters
in region pass England in below screen shot
 
ISSUE: we are seeing the default title property value (We take care…)
EXPECTED: We were expecting to see the variant value on the title property created in STEP  1 > Screen 3 (MDU - England…).
Expected result / actual result
ISSUE: we are seeing the default title property value (We take care…)
EXPECTED: We were expecting to see the variant value on the title property created in STEP  1 > Screen 3 (MDU - England…).