IQWorkForce Interview
I wanted to take a moment and say thank you to Corry Prohens, President of IQWorkForce. A few weeks back I had the opportunity to talk with Corry about staffing related issues in Web Analytics, when he was a guest on the Beyond Web Analytics Podcast.
Since then IQWorkForce has launched one of the most engaging facebook fan pages I have ever seen, and just this week I was asked to be interviewed by Corry about the Beyond Web Analytics podcast. I jumped at the chance! I have to admit that I am really geeked out seeing the interview posted. So thank you Corry, for not only being a guest on the podcast but for the interview as well!
To read the whole interview, which I highly recommend
, visit the IQWorkForce site.
Web Analytics + Beastie Boys???
What do web analytics and the Beastie Boys have in common? More than you might think! I will be writing a post in the next few days about my time at Omniture Summit 2010, but for now I want to leave you with this! The top two executives of Omniture rocking it out with the other attendees. How is this for being accessible? Are there any other top execs that would do this? I don't think so.
Perception is Reality
Some time last year I come across this quote from Stephen Foster, and instantly I was drawn to it.
You may wonder, 'How can I leave it all behind if I am just coming back to it? How can I make a new beginning if I simply return to the old?' The answer lies in the return. You will not come back to the 'same old thing.' What you return to has changed because you have changed. Your perceptions will be altered. You will not incorporate into the same body, status, or world you left behind. The river has been flowing while you were gone. Now it does not look like the same river. [The Book of the Vision Quest]
I was not able to shake this quote from my mind, so I went out and purchased the book and quickly read through the book in one sitting. Maybe it was the connection to the river, or the overall message of the quote. What I really connected to was the part about how your perceptions of the events around you create the new reality that you are in. It's this interpretation that led me to read this quote a few months back when we had the scattering of my Mom's ashes. I am a firm believer that one of the few, maybe the only thing, you can control in life is how you react to situations.
Part of these reaction is what you are perceiving. This perception, right or wrong, is your reality. This holds true with your reactions with other people, with how you proceed with projects at work, or even with sets of data that you are trying to analyze and make sense of. All of your past experiences will affect how you interpret the data, and what changes to your website or a/b tests or advertising choices that you have to make. This complete perspective and understanding of this perspective should give you the confidence to try new things, to ask new questions about the data, or to even question the data itself. Let's face it, no matter how much time and energy is put into an implementation, mistakes happen.
How you handle this reality defines not only your career, but you as a person as well. Will you be limited in your efforts by your experience, by the tools you have to use, by your technical knowledge? Or will you find ways to gain more experience, ways to get the most out of whatever tools you have or use other tools, ways to expand your technical knowledge?
Me? I will be volunteering for the Analysis Exchange and the Web Analytics Association. I will read all the analytics blogs and books I can find and work to practice the techniques and strategies I find. I will work to improve my technical and analytic skills.
This is my reality.
What will your reality be?
ColdFusion User Group Presentations
At the February 2010 Atlanta ColdFusion User Group (ACFUG) meeting & at the ColdFusion Meetup I gave a presentation on working with Omniture & ColdFusion. I based the presentation on a blog post I wrote last September.
As promised here are the presentation materials:
- Presentation
- Blog Posts with examples from presentation:
- Code Samples
- Tools / Links Referenced:
Bonus Resources:
In addition to numerous articles I have posted here on my blog, below are some great resources related to Omniture and web analytics in general. If you have questions or comments, please leave them below.
Omniture Resources:
Web Analytics Resources:
- Occam's Razor
- Web Analytics Association
- Beyond Web Analytics - Podcast
- Web Analytics Land
- The Empty Mind
Books:
-Rudi
Tracking Page Load Times
One of my favorite things about ColdFusion is the level of detail you can get from the debugging information. The ColdFusion server will provide upon request and the right permissions: variable scopes, sql query information, server information, and execution / load times. This is very useful information to have while coding and is invaluable when you are trying to optimize the speed and performance of the site. However, is it hard to get good benchmark for this data over time from the perspective of your end users.
Earlier this week, I set out to see if there was a way I could get access to the page load data and send it along to Omniture so that I could first get a benchmark of what the performance of the web site was over time, and second be able to tell if changes we made to the site had any impact on performance.
My first attempt in accomplishing my goal was to try and access the same Java object that the debugging code used to get the execution times. I thought, well I see it in the output on the screen, it should be easy enough to grab that data element and pass it along.



