I’ve got a single template with conditionals to show a list of entries or a single one depending on the segments.
Is there a way to track the views of the single entries by using conditionals? Track view works when I place the single entry code into a separate template but it doesn’t when I use the template below:
{if segment_2 != "" AND segment_3 == ""}
<!-- Manufacturer List -->
{if:elseif segment_3 != ""}
<!-- Single entry-->
{if:else}
<!-- Main list -->
{/if}Thanks,
Ka-Chun