2012,Feb
W

Google Analytics Sub Domain Tracking

in GA, Technical, Web analytics, by Elam

Today I had an issue For one of our customer. They had implemented the Google analytics tracking code in their website and they have so many sub domain which they want to track in main domain GA profile Id. They had implemented the Ga code properly and also used _gaq.push(['_setDomainName', '']);, but the problem is the sub domain is still capture as new visit.

when I check the problem it simple they forget to change the subdomains option in the GA profile settings page. it need to be like this

Ga Profile Settings

After I changed this also it was not working. because they had added “.”(dot) before the domain. For example if you want to capture the sub domain for elamparuthi.com. we need to set it like this

_gaq.push(['_setDomainName', 'elamparuthi.com']);

Not

_gaq.push(['_setDomainName', '.elamparuthi.com']);

I used GA debugger chrome extension to debug this. it’s really nice tool.You can download it from here

https://chrome.google.com/webstore/detail/jnkmfdileelhofjcijamephohjechhna

Elam

 
2011,Sep
W

Facebook f8 features

in Social Media, Technical, by Elam

First my impression on the features they had released is WOW. Actually couple was week back I was thinking “what I was doing last year same day”. Try to find that in facebook I try scroll my wall to find but could not find it because of the amount of status msg I had, now this timeline feature solve this out. What a feature it is. I got a developer preview for testing and had a look at it it’s cool to use. Will post my preview image later tomorrow.Video upload and music , nice one to have on facebook . Next is new open graph it is awesome we can have so many things now. Will write an another post on this by this week end and I love the insights for the app, every Analytics guy will love it. They can do a separate analysis for apps alone

Will write an another post in details by tomorrow

Facebook rocks

Elam

Tagged with:  
2011,Sep
W

Solving Facebook tshirt spam

in Social Media, Technical, by Elam

Today when I was looking into my facebook wall I found most of my friends was posting the free facebook tshirt. When I ask them they told it was spam. When I try to debug further on the spam i found the problem. They did it in smart way. actually they ask for your name and facebook upload email Id, facebook gives you a unique email Id to upload the status via email address to your facebook account these guys use that upload email Id and update your status with that spam message.

To solve this go to http://facebook.com/mobile and you can see a email Id saying upload via email . Look for find more below the upload email id. Click that and it will open a popup, in that look for refresh the upload email id and click that your unique email Id will change.

DO SHARE YOU FACEBOOK UPLOAD EMAIL ID TO ANYONE

Let me know if you have any issue. If you like the post just like me in facebook

Elam

Tagged with:  
2011,Sep
W

Install Cassandra 0.8.5 in windows 7

in Cassandra, Technical, by Elam

Today i was exploring Nosql option and found Cassandra 0.8.5. you can download the latest version from here. After Download Follow the Below steps

Step 1: Download Java JDK also from here
Step 2 : Install the JDK
Step 3 : Unzip the Cassandra file to some location in your local drive (D:\dev\)
step 4 : Go to “D:\dev\apache-cassandra-0.8.5\conf” . Open the file “cassandra.yaml” in a notepad and change the following :
Change /var/lib/cassandra/data to D:\dev\apache-cassandra-0.8.5\data
Change /var/lib/cassandra/commitlog to D:\dev\apache-cassandra-0.8.5\commitlog
Change /var/lib/cassandra/saved_caches to D:\dev\apache-cassandra-0.8.5\saved_caches

Save the file after that

Step 5: Now for everything to work correctly, you need to update the JAVA_HOME and CASSANDRA_HOME system variables. To this, we need to follow this:

Click the Start Menu
Right click Computer
Click Properties (this opens the Control Panel in the System and Security > System view)
Click Advanced system settings on the left side (this opens the System Properties dialog in the Advanced tab)
Click the Environment Variables button (this opens Environment Variables dialog)
Under the System variablesgroup:
Click New… (This opens the New System Variable dialog)
Input JAVA_HOME for the Variable name text box
Input the path to your java installation for the Variable value text box (I entered C:\Program Files\Java\jdk1.7.0)
Click OK
Under the System variablesgroup:
Click New… (This opens the New System Variable dialog)
Input CASSANDRA_HOME for the Variable name text box
Input the path to your Cassandra extraction for the Variable value text box (I entered D:\dev\apache-cassandra-0.8.5)
Click OK
Click OK
Click OK
Close the Control Panel

Now you should be able to start up and run Cassandra. for that go to “D:\dev\apache-cassandra-0.8.5\bin” and double click on cassandra.bat .

If any clarification, just post a comment

Elam

Tagged with:  
2011,Sep
W

importance of Search engine optimization

Nice Infographics on SEO

Why You Should Not Ignore SEO
Infographic by- 广州网站建设 Guangzhou Web Design Company

Elam

 
2011,Aug
W

Update two tables from different database

in Technical, by Elam

Yesterday i had some tables to move from database1 to database2. I just moved the tables using SQL Export command. After that i had modify some columns in the table in the database1 and now i want to get the old value for a particular column in the table.

So was thinking what to do, then i found i have a primary key column in the table, I used a single update query and updated the data using database name with “..”.

Here is the query


update database1..table1 set column1= (select column1 from database2..table1 where primarykeycolumn=
database1..table1.primarykeycolumn) from database1..table1

This query worked in sql server, Not sure on the other database’s

Elam

Tagged with:  
2011,Mar
W

Piwik 1.2 released

in Piwik, Technical, by Elam

Thanks to Matt and team for the piwik 1.2 released . they had Released some cool features in this 1.2 version
some important features in this release
1) segmentation for API.
2) first party cookie
3) Archive became faster now :)
4) Event tracking
5) SetcustomURL function

These are some of the feature . Here is the changelog for this release Piwik 1.2 Changelog

Regards,
Elam

Tagged with:  
2011,Feb
W

Improve Alexa ranking

in Technical, by Elam

Two days back me and my friend Sreenath was discussing on Alexa ranking for the website. I was wondering how it’s working and I made research on Internet. Couple of blog had mention to install Alexa toolbar and it will increase the page ranking I DID NOT BELIEVED IT , Still thought of giving a try

To my surprise my blog page ranking was 16997077 before installing the toolbar . With in one day it came across to11477099. Really surprise on this . When I did further research on this . I found that toolbar is sending the data to Alexa website on What your browsing
I was thinking to build some tool similar to this to capture data . Let’s see

Elam

Tagged with:  
2011,Feb
W

WordPress iphone application

in Personal, Technical, by Elam

Today when I was checking in App store for games I found the wordpress iPhone application I just install it to check after install i am really surprise to see it features, cool application . This is my first post from the wordpress iphone app.
More to come . Thanks wordpress community.

Elam
PF5KGWCECY69

Tagged with:  
2011,Feb
W

New ways to experience better collaboration with Google Apps

in Technical, by Elam

New way to connect to google docs , Nice Feature i love this one..

Check it here.

New ways to experience better collaboration with Google Apps.

Elam

Tagged with: