📄 single_goal.tpl
字号:
{include file="Goals/templates/title_and_evolution_graph.tpl"}{if $nb_conversions > 0} <h2>Conversions Overview</h2> <ul class="ulGoalTopElements"> <li>Your best converting countries are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.country}</li> {if count($topSegments.keyword)>0}<li>Your top converting keywords are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.keyword}</li>{/if} {if count($topSegments.website)>0}<li>Your best converting websites referers are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.website}</li>{/if} <li>Returning visitors conversion rate is <b>{$conversion_rate_returning}%</b>, New Visitors conversion rate is <b>{$conversion_rate_new}%</b></li> </ul>{/if}{literal}<style>ul.ulGoalTopElements { list-style-type:circle; margin-left:30px;}.ulGoalTopElements a { text-decoration:none; color:#0033CC; border-bottom:1px dotted #0033CC; line-height:2em;}.goalTopElement { border-bottom:1px dotted; } </style><script>$(document).ready( function() { $('.goalTopElement') .Tooltip() ; });</script>{/literal}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -