Template Rule in page delivery
Hi,
I want to implement a usecase where the requirement is to have the same experience on multiple pages.
Its actually a change in Header which we want to implement for a specific set of pages for a specific audience.
for example setting an activity on below url
/content/a/b/c.html
made some changes here on page "c', and Now I want to have similar experience on all the pages comes after "c" in content hierarchy .
example
/content/a/b/c/d.html
/content/a/b/c/e.html
/content/a/b/c/f.html
etc..
I tried Page delivery option with additional template rules
as URL contains "c"
or path contains "c" like this many things.
But that did not worked..
I tried Adding pages functionality as well it worked but then I have to add all pages again and again and make changes in each one of them.
..
if anyone has implemented this before please do let me know.