cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to dynamically assign customers to personalization segments

Former Member
551

Hi All,

Is there a way to dynamically add customers to a smartedit personalization segment (https://help.hybris.com/6.6.0/hcd/a741c967205d4a58a1606595766030b6.html)

Can assignment be done dynamically, or should I do it programatically via cronjob/some kind of event?

All suggestions welcomed,

regards, Jon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Yes, assignment can be done dynamically.

For general information you may want to check https://help.hybris.com/6.6.0/hcd/9e261e32ce1740b19dab55c6ce0700c0.html

Dedicated update mechanism is located in pesonalizationintegration extension https://help.hybris.com/6.6.0/hcd/20110c3ae31a4778b307828997725c3f.html It provides some hooks for adding custom logic that links customer with segment.

And for out of the box segment provider there is personalizationyprofile extension https://help.hybris.com/6.6.0/hcd/fca1fb2cc1704d2dae2ecc393f676200.html#loiofca1fb2cc1704d2dae2ecc39... It uses data provided by hybris Profile to create customer - segment relation.

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Robert,

perfect

Much appreciated (I should have read ahead properly),

regards, Jon

Former Member
0 Likes

HI

I have created new customization , segment and target group(User) assigned to segment.

When ever i have changed any component it's displaying all users instead of particular user .

Please help me on this.