1 Reply Latest reply on Jun 21, 2007 9:17 PM by jazir1979

    How to remove the cid parameter?

    felipevaa

      Hello,

      I am trying to remove the conversation id parameter, added automatically after a redirect.

      I tried the following config on components.xml, but it did not work:

      <component name="org.jboss.seam.core.redirect">
       <property name="conversationPropagationEnabled">false</property>
      </component>
      


      The reason I need to get rid of the cid param is because Google Analytics is considering urls with cids as unique, and therefore it is not counting the page views correctly. I know this is a Google Analytics problem, but still I would like to hide the cid from the user (perhaps as a client-side cookie?)

      Thank you!

      Felipe

        • 1. Re: How to remove the cid parameter?
          jazir1979


          This is only helpful if you decide not to hide the cid param from the user, but I'm 99.999999% sure that there MUST be a way to tell it to ignore certain query string parameters.

          A quick google for '"google analytics" ignore query string parameter' gave some promising results.