How do I...?: Cookie Crumbing in Convio
Is there a way to generate through S-TAGS an automatic path hierarchy of how a user got to where they are, that would be hyperlinked? For example:
General Example:
Home page → Section page → Subsection page
Specific Examples:
Homepage → About Us → Financial Information
Homepage → Research → Grant Awards → 2007 → Investigations into the role of Vitamin-D in cancer prevention
Homepage → E.Newsletter → Archives → 2008 → March → Article Title
As you can see, this bulletin board even uses this feature, as I writing this from:
Convio Community > > PageBuilder and StoryBuilder >
Convio also uses this feature on their site, I just don't know if it was hard-coded or S-TAG-generated. Example:
www.convio.com > Resources > Newsletter Articles > July/Aug 2008
I would like to do this in our next site evolution, but due to the fact that we use so many StoryBuilder pages, I would want this to be a generated path. Obviously, hard-coding this is out of the question, as some content may be reached from several different paths.
For hierarchy-based content (usually PageBuilder documents that adhere to the sitemap), this could be hard coded.
But, for StoryBuilder content, which may be reachable from several different paths, it would be cool have it self-generate.
Has anyone here come up with an elegant solution to this issue?
Comments
-
Hiya,
You might take a look at Jakob Nielsen's article about breadcrumbs - you can find it here: http://www.useit.com/alertbox/breadcrumbs.html
It discusses the difference between using breadcrumbs for hierarchy vs history - looks like it might be applicable to your question, though it doesn't directly address it.
0 -
ajones :
Hiya,
You might take a look at Jakob Nielsen's article about breadcrumbs - you can find it here: http://www.useit.com/alertbox/breadcrumbs.html
It discusses the difference between using breadcrumbs for hierarchy vs history - looks like it might be applicable to your question, though it doesn't directly address it.
I had read it already after seeing the link off of Wikipedia. It's a good article.
I already know the difference, though, which is precisely what I'm trying to address.
I don't mind hard-coding bread crumbs for hierarchical content. I do, however, want a History based path to get generated for those types of content that are reachable from more than on area of the site.
0 -
There's nothing in Convio that automatically creates this from your history. We do keep track of your history within the application mostly for diagnostic purposes if an error occurs, and there are S tags that let you get at the URL of the current page and the title of the current page as well as ways for you to stuff that data into the session and retrieve it later, but I don't think that using any of those would give you the desired results. If you rely on what we maintain in the server, it's not going to track multiple windows or back button usage the same way as the client. For example, if you followed the flow page a, page b, back button page c, you would probably expect your bread crumb to show a->c which is what you navigated whereas on the server, it looks like a->b->c.
I can give you more details about which tags to use to keep track of the server-side history, but I think you will actually get more of what you want using javascript and maintaining it in the client. I'm sure that there are a bazillion examples of how to do that floating around.
Dave
0 -
DavidHart :
There's nothing in Convio that automatically creates this from your history. We do keep track of your history within the application mostly for diagnostic purposes if an error occurs, and there are S tags that let you get at the URL of the current page and the title of the current page as well as ways for you to stuff that data into the session and retrieve it later, but I don't think that using any of those would give you the desired results. If you rely on what we maintain in the server, it's not going to track multiple windows or back button usage the same way as the client. For example, if you followed the flow page a, page b, back button page c, you would probably expect your bread crumb to show a->c which is what you navigated whereas on the server, it looks like a->b->c.
I can give you more details about which tags to use to keep track of the server-side history, but I think you will actually get more of what you want using javascript and maintaining it in the client. I'm sure that there are a bazillion examples of how to do that floating around.
Dave
Thank you. I was thinking of doing it client side, but with S-TAGS for URL rendering purposes. Given that there are probably a bazillion examples around, like you said, I was wondering what solution, if any, has a Convio client come up with?
0 -
c.stauffer :
Thank you. I was thinking of doing it client side, but with S-TAGS for URL rendering purposes. Given that there are probably a bazillion examples around, like you said, I was wondering what solution, if any, has a Convio client come up with?
Well, I've revised my thoughts, and I think I'm going to make this hierarchical.
Which S-TAGS should I use for this?
0 -
c.stauffer :
Well, I've revised my thoughts, and I think I'm going to make this hierarchical.
Which S-TAGS should I use for this?
I would also like to know how to acheive the same effect of the breadcrumb trail. I have the ] tag but that just gives me the title of the current page I would like to show the user where they came from.
0 -
Matthew Andrade:
I would also like to know how to acheive the same effect of the breadcrumb trail. I have the ] tag but that just gives me the title of the current page I would like to show the user where they came from.
I suppose you could use a combination of JavaScript, some Convio conditionals and either U0 or U1 Tags. I don't know what the ramifications would be if you ended up with a long history (U0 and U1 set server session variables which like in any other server-side environment yeilds hits to performace and overhead). I also know U tags aren't documented for a reason.... Still, I think there is probably a way such a mechanism could be put in place, but for performance reasons I doubt it's one Convio would be confortable with being put in place as a hack rather than an engineered solution.
0 -
Michael :
I suppose you could use a combination of JavaScript, some Convio conditionals and either U0 or U1 Tags. I don't know what the ramifications would be if you ended up with a long history (U0 and U1 set server session variables which like in any other server-side environment yeilds hits to performace and overhead). I also know U tags aren't documented for a reason.... Still, I think there is probably a way such a mechanism could be put in place, but for performance reasons I doubt it's one Convio would be confortable with being put in place as a hack rather than an engineered solution.
Thanks Michael,
I have went ahead and am currently using the ] tag along with ] tags. within some conditionals i'm getting what I need out of Convio. It would be nice to have these tags documented with examples of how to use them. I think that would really help those who know nothing about the mysterious tags.
0 -
Matthew Andrade:
Thanks Michael,
I have went ahead and am currently using the ] tag along with ] tags. within some conditionals i'm getting what I need out of Convio. It would be nice to have these tags documented with examples of how to use them. I think that would really help those who know nothing about the mysterious tags.
Oh, I agree on the need for documentation, but because T and U tags are pretty low-level functions in Convio... misuse of them can cause serious problems. As such, Convio generally tries to limit their exposure to the wild.
0 -
Michael :
Oh, I agree on the need for documentation, but because T and U tags are pretty low-level functions in Convio... misuse of them can cause serious problems. As such, Convio generally tries to limit their exposure to the wild.
Well guys,
I have actually implemented our cookie or breadcrumbs this way. Here is the site where we have it working just fine. so then you navigate to an inner page you will see the breadcrumb. This is a redesign that we have just launched and please feel free to give us feed back, just a heads up we still need to build out some elements for various pages so we're not at 100%. If you would like to see the code please feel free to contact me. Thanks!
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 1 YourCause® from Blackbaud®
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board