Skip to content

Commit

Permalink
Document BounceReferralsRobot
Browse files Browse the repository at this point in the history
Based on docs from existing BounceReferrals and Jon's comments
about on this new directive.
  • Loading branch information
docelic committed Jun 20, 2010
1 parent e5290e4 commit ea0a641
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions refs/BounceReferralsRobot
@@ -0,0 +1,35 @@
__NAME__ purpose
remove visible affiliate code from URLs after first access (for robots only)
__END__


__NAME__ synopsis
<group choice='plain'>
<arg choice='plain'>No</arg>
<arg choice='plain'>Yes</arg>
</group>
__END__


__NAME__ description
This directive is similar to &conf-BounceReferralsRobot; but it
takes effect only on URLs accessed by robots.
__END__

__NAME__ notes
This is useful for Google Analytics, Omniture SiteCatalyst, and
similar analytics that need to see the referrals in the URL, and
doesn't hurt anything for most users because redirecting away from
the referral is most important for SEO.
__END__

__NAME__ example: Enabling __FILENAME__
<programlisting>
__FILENAME__ yes
</programlisting>
__END__

__NAME__ author
&jon;
__END__

0 comments on commit ea0a641

Please sign in to comment.