Involver Developer Network : analytics_link_to
This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
OverviewThe analytics_link_to tag enables you to create analytics-powered anchors to the specified URL. User clicks will be reported in AMP. Caching ConsiderationsThis tag has no caching considerations. Attributes
Context VariablesThis tag has no context variables. ExamplesSimple ExampleSimple analytics link: {% analytics_link_to text:"Involver" url:"http://www.involver.com" %} /* => <a href="/(analytics wrapped URL to http://www.involver.com)">Involver</a> */ Complex ExampleYou may also pass SML variables into text and url parameters: {% assign involver_text = "Involver" %} {% assign involver_url = "http://www.involver.com" %} {% analytics_link_to text:involver_text url:involver_url %} /* => <a href="/(analytics wrapped URL to http://www.involver.com)">Involver</a> */ Analytics information for clickthroughs can be viewed in the exported "Application Summary" report. In order to get that information, you need:
The report columns for the analytics_link_to tag will look similar to this: http://screencast.com/t/bTKBjkCxamIf. FAQThere are currently no FAQ questions for this tag. Related Topics |
![]() |
Document generated by Confluence on Feb 12, 2013 09:09 |