Title says it all really:
How do you set up a StackExchange site for use with Google AdWords and Analyitics?
|
1
|
Title says it all really: How do you set up a StackExchange site for use with Google AdWords and Analyitics? |
|||
|
|
|
2
|
Assuming you already created a Google Analytics and Google AdWords account, the first step is to link them altogether. Check out the following answers for more details:
Then you need to install Google Analytics on you StackExchange site. This is really straightforward. Enter the administration area and go to Next step is to configure some Goals and tracking scripts in order to collect useful information from your StackExchange users. I can't tell you what you need to do because it depends on what you want to track as Google Analytics goal. For Search Marketing Arena, for example, we decided to keep track of the most significan actions including user registration, comments, answers and votes. Here's the final script, derived from this answer (credits goes to interneter).
Plese note that Now you can easily monitor your performances playing around with Google Analytics reports. But you still don't have any Goal defined. This is because the code above use Google Analytics Events and, right now, Google Analytics can't use an event as Goal.
If you want to create a goal, for example, each time a user sign up, then you need to create a virtual URL with Back to the original example, change the following lines
to
Go to your Google Analytics account and create a new Goal. Select Match Type |
||
|
|