ConversionRuler has a feature which automatically does not record landings from within the same domain name. That is, if my home page contains a landing snippet and is:
http://www.mysite.com/
And it has a link to
http://www.mysite.com/?crcat=self&crsource=mysite
Then the link's landing parameters, which clicked, will be ignored by ConversionRuler.
However, in some rare circumstances, you may not wish to have this ignored. If so, you simply need to place an additional parameter within your query string called "same", e.g.
http://www.mysite.com/?crcat=self&crsource=mysite&same=1
This will force ConversionRuler to record the source regardless if it comes from the same site.
Note that if a clickthrough URL contains the same parameter and comes from another site, ConversionRuler will record the clickthrough as it usually does, and ignore the same parameter.
In short, adding "&same=1" to the end of your normal clickthrough URL will short-circuit the same-domain name check and will record the clickthrough always.
If you have any further questions, contact us.