Personalization with Context hub custom store candidate | Community
Skip to main content
parameshc613736
May 25, 2021
Solved

Personalization with Context hub custom store candidate

  • May 25, 2021
  • 1 reply
  • 782 views

Hi Team,

 

I would like to create a custom store object and use them for segmentation resolve.
Where as I'm able to create the custom store object and that custom store object is available in the browser contextHubPersistence object. 
After creating the store object I went ahead and check for the audience creation where I'm not able to see the custom store object mappings in the property comparison component drop down.

I have overlayed the /libs/granite/contexthub/components/modules and /libs/granite/contexthub/components/stores in ours 
/apps/granite/contexthub/components/stores and modules.
And registered the contexhub. Still am not able to see the drop down value in the component.

Could you please help us on this. And is there any proper documentation where we can get the how to populate the dropdown value in the property comparison value component.

Screen shot attached for reference.


Regards

Paramesh C

9731113639

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 Manu_Mathew_

@parameshc613736 It normally associates properties with the currently logged-in user, you may need to check the current user logged in and used for authoring has those properties. It uses an OOTB js to render the same, you could override it as well.

1 reply

Manu_Mathew_
Community Advisor
Manu_Mathew_Community AdvisorAccepted solution
Community Advisor
July 4, 2024

@parameshc613736 It normally associates properties with the currently logged-in user, you may need to check the current user logged in and used for authoring has those properties. It uses an OOTB js to render the same, you could override it as well.