Thermometer isn't working using [S35] tag...need help

Options

We are getting ready to launch our Walk event and I have tested the thermometer and top participants list on our walk homepage and it's not showing any gifts.  We have 2 test gifts in the teamraiser.  One is a credit card transaction and the other is an unconfirmed gift.  Neither are showing up on the thermometer or within the top participants list. Not to mention the event is live.

Here is the S tags I am using. There is one thermometer and 2 lists.

<div id="wnwThermBlock">

<div><convio:session name="36" param="top_gifts_list,1100,0,0,scrolling,sum,20,Top 20 Participants"></convio:session></div>

<div><convio:session name="36" param="top_teams_list,1100,0,0,scrolling,sum,20,Top 20 Teams"></convio:session></div>

<div style="width: 50px;"><convio:session name="35" param="campaign_therm,1100"></convio:session></div>

</div>

Please help.

Tagged:

Comments

  • Dunno if you've resolved this already, but for future reference if anyone else sees this problem:

    I just got a support response on this too...the sample code for S35 in the s-tags document is wrong: there are three arg values that need to be present teamraiser id, team id, and cons id. Just zero team and cons id if you aren't requesting one of those, so you would want:

    <convio:session name="35" param="campaign_therm,1100,0,0">

Categories