Nested conditionals for Team Captains

Options

Hi, I'm new to working with conditionals within TeamRaiser coaching emails, but so far so good.

 

I am having trouble figuring out how to create a conditional for my Team Captains though. I need to add content based on whether the team has raised any money. When I look at the existing "if" widgets, I don't see anything for team donations.

 

Does anyone have any helpful suggestions? Thanks so much!

Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    Kerrie,

     

    Were you able to figure this out? If not, are you trying to do this using Email Campaigns tool or are you using the Coaching Emails in TeamRaiser? 

  • Kent Gilliam:

    Kerrie,

     

    Were you able to figure this out? If not, are you trying to do this using Email Campaigns tool or are you using the Coaching Emails in TeamRaiser? 

    Hi Kent,

    I have not figured this out yet. I am using the Coaching Emails within TeamRaiser for our Team Captains.

     

    Thanks!

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    Kerrie Goughnour:

    Hi Kent,

    I have not figured this out yet. I am using the Coaching Emails within TeamRaiser for our Team Captains.

     

    Thanks!

    Hi Kerrie...

     

    Sorry for the late response. I was out of the office yesterday. 

     

    Here is a conditional that you can use:

     


    [[?[[s48:0:if-is-captain]]::TRUE:: <!-- content for person is not a captain --> :: <!-- content for person is a captain -->]]

     You only need this if you're going to send a single email to captains and non-captains. Otherwise you can easily send separate emails to each group. I would suggest sending separate emails to make reporting on those emails easier. You may see an open rate and click-through rate for single email but it will be harder to determine how you team captains responded to that email from the rest of the target group. 

     

    Kent

  • Kent Gilliam:

    Hi Kerrie...

     

    Sorry for the late response. I was out of the office yesterday. 

     

    Here is a conditional that you can use:

     


    [[?[[s48:0:if-is-captain]]::TRUE:: <!-- content for person is not a captain --> :: <!-- content for person is a captain -->]]

     You only need this if you're going to send a single email to captains and non-captains. Otherwise you can easily send separate emails to each group. I would suggest sending separate emails to make reporting on those emails easier. You may see an open rate and click-through rate for single email but it will be harder to determine how you team captains responded to that email from the rest of the target group. 

     

    Kent

    I actually do have separate emails for participants vs Team Captains so we can get better reports. I'm trying to conditionalize the content to TCs based on whether or not the team has raised any money.

     

    If the TC's team has raised money, I want message A. If the TC's team has NOT raised any money, I want message B.

     

     

  • I have this question as well.  Specifically, I want to display conditional content based on whether a Team has raised any money .  I have created the following conditional code.  Is this correct syntax?    I'm using E-Tags as this content will be used in multiple TeamRaiser events.



    Any feedback would be greatly appreciated.



    Patrick



    <!-- Check if autoresponder recipient is a Team Captain -->

    [[? xTRUEx::x[[E48:[[S42:0:fr-id]]:if-is-captain]]x::



    <!-- Yes, display text for Team Captains -->



    <!-- Conditional - has recipient's team raised any money -->

    [[?xx[[E43:[[S42:0:fr-id]]:dollars]]xx::xx0xx::::

    <p>A quick look at your page shows that your team has raised [[E43:[[S42:0:fr-id]]:dollars]] so far. Thank you for all of your efforts up to this point. </p>

    ]]



    <p>Remember, every dollar raised by your team helps in supporting women and families who are living with ovarian cancer, raising awareness, and funding vital research. Please consider sending an email to your team members to remind them of the impact they’re having.</p>

    ::



    <!-- Not a Captian, display text for for all other participants -->



    <!-- Conditional - has recipient's team raised any money -->

    [[?xx[[E48:[[S42:0:fr-id]]:dollars]]xx::xx0xx::::

    <p>Looks like you have raised [[E48:[[S42:0:fr-id]]:dollars]] so far. Thank you for your efforts!</p>

    ]]



    <p>Remember, every dollar you raise for the Walk helps in supporting women and families affected by ovarian cancer, increasing awareness, and funding vital research. Your support is making an impact.</p>

    ]]

Categories