Blog Entry

Nov 27, 2009

Sneak Past Analytics Code While Developing

Let’s face it.  All too often, I end up working on living code; I work really hard and finally deploy a site, but it’s never truly done.  And when I’m working in a live server environment (and even when I’m not), I tend to make tons of incremental edits with lots of saves in between.  Why?  Well, because no matter how careful I am, it’s inevitable that these big sausage fingers will end up hitting the "=" key one too many times and make whole sections of a website disappear.

But with the constant slew of saving and tweaking comes the annoying fact that each page refresh pings your client’s analytic tracking code.  No, it’s not that big of a deal. But if you’re like me, it can be annoying — especially since it’s not uncommon to have loaded a hundred pages or more during the period of development.  It skews data and is just plain stinky.

So how do we stop this?  It’s easy, and I take no credit for the fix since a vegetable could figure it out.  Simply use an IF statement with ExpressionEngine’s conditional {logged_out} variable, like so:


{if logged_out}
<!—Insert your tracking code here.—>
{/if}

Note: If your ExpressionEngine site allows users to log in and interact as a user, you won’t want to use this code. Instead, you would want to bypass the tracking code only when logged in as a Super Admin.  The code for this is very similar to above, but uses a different conditional variable:


{if group_id != ‘1’}
<!—Insert your tracking code here.—>
{/if}

Keep in mind that this code isn’t just handy for analytic tracking code — it will show or hide anything your little heart desires.  Be creative.  Hope this helps!


Syndicate

 

Comments

from time to time, college students don’t want to concept that the really good writing services in uk is able to perform essays of supreme quality. But, I have got some experience with such kind of papers writing services and I would tell that they offer the best quality per good costs.

I can’t believe how much of this I just wasn’t aware of. Thank you for bringing moreinformation to this topic for me. I’m truly grateful and really impressed.
Cocktail Dresses
Ball Gowns

Everything in this world is not constant, however we state that with our company you can get affordable prices. We propose to buy essay papers of premium quality. Do not doubt and choose us!

Such good enough buy dissertation about this topic is the thing that students would like buy at the research paper writing services, thus from time to time they want to get the thesis or written essay.

oil paintings
painting oil

You won’t get anything if you do nothing. Hard working college students get academic success. As a fact, the essay service have got great stature just because of hard work.

does it come up much when developing?

Bridesmaid Dresses uk
Wedding Dresses UK
Bridesmaid Dresses
prom dresses uk
wedding dresses uk
wedding dress
cheap wedding dresses
designer wedding dresses
vera wang wedding dresses
vintage wedding dresses
wedding dresses 2011
wedding dress sale
Beach Wedding Dresses
Lace Wedding Dresses
jhf

Page 1 of 1 pages

Leave A Comment

Commenting is not available in this weblog entry.