Did anyone created segment based on PROFILE ATTRIBUTE and shared in AT? | Community
Skip to main content
Level 2
February 24, 2022
Solved

Did anyone created segment based on PROFILE ATTRIBUTE and shared in AT?

  • February 24, 2022
  • 3 replies
  • 1957 views

I have use case to create a segment based on profile attribute and share in AT. In AT we have XT campaign to serve the content.

 

When I create a segment in AEP based on profile attribute, i can see that user qualify for that segment (Under Segment Membership) but content is not being served based on segment (its always serving default content).

Here is the steps we have already configured:

1. Profile Merge policy is enabled

2. Segment in enabled to flow into AT

3. "Segments to Schedule" Flag is turn ON

 

Note: Event based segment is working fine after following the same steps, we are only facing issue while creating a segment based on profile attribute.

 

Sequence for Event firing on page:

1. WebSDK fire on page load

2. Invoked AT with websdk to fetch content

window.alloy('sendEvent', {
xdm: {
_experience: {}
},
decisionScopes: ['alloy-5', 'seat-1']
}).then(function(result) {
console.log(result)
});

 

Not sure what i am missing here, any input will be helpful.

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by akarsh2710

Thanks for the response!

 

Basically the issue was that, the segment i created in AEP was categories as streaming (since it was profile based) and after consulting with adobe customer support i heard that there is some issue on Adobe side on sending streaming & batch segment data to Target (as destination). Adobe engineering team is working to get it resolve.

 

So bottom line is, i was doing exactly as per AEP documentation but because of issue in the Adobe side i was not getting result.

3 replies

pradeep_nextrow
Level 4
February 25, 2022

Will try it next week. If anything clicks, i will let you know

Kishore_Reddy
Community Advisor
Community Advisor
March 5, 2022

Interesting scenario, will try from my end and let you know!

NimashaJain
Adobe Employee
Adobe Employee
March 7, 2022
Adobe Employee
March 16, 2022
akarsh2710AuthorAccepted solution
Level 2
March 16, 2022

Thanks for the response!

 

Basically the issue was that, the segment i created in AEP was categories as streaming (since it was profile based) and after consulting with adobe customer support i heard that there is some issue on Adobe side on sending streaming & batch segment data to Target (as destination). Adobe engineering team is working to get it resolve.

 

So bottom line is, i was doing exactly as per AEP documentation but because of issue in the Adobe side i was not getting result.