thematt
thematt

Reputation: 185

How to trigger sitecore personalization with Link.aspx?

I am running into a wall trying to figure out if it's possible to trigger a query string personalization of a sitecore item using the following:

/~/link.aspx?_id=GUID

I've tried appending &_key=value but it doesn't trigger. IS this something that's possible?

Upvotes: 0

Views: 155

Answers (1)

Vlad Iobagiu
Vlad Iobagiu

Reputation: 4118

You need to create a custom rule for query string, Sitecore doesn't have such a functionality out of box as far I know.

Please follow bellow link how to implement a similar functionality like you want:

https://briancaos.wordpress.com/2013/09/10/custom-rules-and-conditions-for-sitecore-personalization/

Upvotes: 2

Related Questions