One thing one can do is by creating different profile. But suppose anybody want to create more than 4 goals for overall website. One way of doing is that...
23902
lee385329
Oct 1, 2009 2:42 pm
For what it is worth I recently conducted a complete redesign of our website. It wasn't something we considered lightly and was very nervous about carrying it...
23903
heidistrom
Oct 1, 2009 2:42 pm
Cool -- that's what I was guessing. I also figured that I could play it especially safe and have include filters for all of their domains, not just their...
23904
mr_awesome77
Oct 1, 2009 2:42 pm
the most effective cure I found for google analytics shortcomings is Omniture, coremetrics, Webtrends or clicktracks...
23905
Nathan N. Liu
nliu@...
Oct 1, 2009 2:43 pm
[Please accept our apologies if you have received multiple copies of this CFP] IEEE Intelligent Systems Call for Papers: Special Issue on Social Learning ...
23906
gahlord
Oct 1, 2009 2:43 pm
Either group all your goal URLs in the same path (complete/goal1 complete/goal2 complete/goaln) and use the content reports to review them or enable and use...
23907
predictiveanalyticswo...
predictivean...
Oct 1, 2009 2:47 pm
Hi everyone, I wanted to make sure you know about the next Predictive Analytics World conference, Oct. 20-21 in Washington DC (www.pawcon.com). ... Predictive...
23908
Julien Coquet
julien.coquet
Oct 1, 2009 3:15 pm
Just check this out: http://tinyurl.com/gacrossdomain (you're welcome) ____________________________________________________________ *Julien Coquet* ...
23909
Julien Coquet
julien.coquet
Oct 1, 2009 3:15 pm
Something tells me we're going to get more goals per profile soon... Just create a duplicate profile and pronto, you get 4 more goals. @mr_awesome: you will...
23910
Miles Bennett (Target...
milesbennett78
Oct 1, 2009 3:15 pm
What about yahoo web analytics or at internet - the latter have just released a new version called NX. Will blog their press release when I get out the city. ...
23911
sun_devil_mike
Oct 1, 2009 5:41 pm
Be careful with those include filters. If you wanted to include several domains, you'd want them all in one include separated by "|" (represents 'or'). If...
23912
Shabbir Imber Safdar
shabbirsafdar
Oct 1, 2009 5:42 pm
The easy way to do this is to create a new profile for the same GA account. It gets all the same data, but you get 4 new goal slots. Shabbir Imber Safdar,...
23913
rick_numeric
Oct 1, 2009 8:39 pm
Join a world leading e-commerce organization who has been prosperous and growing for over a decade. Based on data, you will determine and execute strategy by...
23914
r_praski
Oct 1, 2009 8:40 pm
I am trying to filter out session IDs in a URL using a regular expression. Here is an example URL: www.example.com/center/SID-0ABC34-38B7/home/resources.asp ...
23915
roberti0606
Oct 2, 2009 7:12 pm
We're seeing an inflation in our unique visitors, however, don't see the same trend in page views. Using Discover, we were able to identify most of the...
23916
Emiel Kamzol
emiel.kamzol
Oct 2, 2009 7:12 pm
Hi there, We have a' site in 14 different languages. We have for every languages an specific profile whit an include filter. example mydomain.com/us/us/ the...
23917
Nikki Rae - Fresh Egg...
nikki@...
Oct 2, 2009 7:12 pm
Hi Guys, Does anyone have a clue of it is possible to track transactions and referrals using (3rd party) worldpay in google analytics? Much, much obliged! ...
23918
back5576
Oct 2, 2009 7:12 pm
Assuming Google has fully implemented regular expressions, you should be able use (SID[^/]+/) i.e. using ^ as negation within the list I prefer this negation...
23919
marktmp
Oct 2, 2009 7:12 pm
Hi all, I'm relatively new to HBX so this may be a fairly basic question but; I have been looking at the Time to Purchase report and no matter which date range...
23920
Adam Ware (wheresitwo...
wheresitworking
Oct 2, 2009 7:12 pm
Randall, Obviously a portion of the sale should be attributed to the email, because there are elements of branding, awareness, and customer relationship...
23921
wwittur
Oct 2, 2009 7:12 pm
Hi there, I'm in London, Ontario and I work with a number of clients as a digital media planner/buyer and strategist. I'd like to connect with someone in the...
23922
atracks_uk
Oct 2, 2009 7:13 pm
I am looking at where PPC traffic goes after the landing page (the site has a landing page used exclusively for PPC traffic). The PPC segment shows me all the...
23923
Adam Ware (wheresitwo...
wheresitworking
Oct 2, 2009 7:13 pm
Evan, Our solution is to create duplicate profiles, and set up the additional goals in them. Then we create one "rollup" profile with a single goal - this goal...
23924
brian_clifton_uk
brian_clifto...
Oct 2, 2009 7:14 pm
LOL mr_awesome77... Evan - if you just want to add a couple more goals use a carbon copy profile as others have described here. If you have a lot more goals -...
23925
nethab1
Oct 2, 2009 7:16 pm
Sure, try something like this Filter Type: Custom -> Search and Replace Filter Field: Request URI Search: /SID[^/]+/ Replace: /...
23926
brg36
Oct 3, 2009 2:08 pm
Robert, Others may have better suggestions, but one thing you may want to look at is the Domains (not Referring Domains -- just Domains) report. This shows the...
23927
Compton, Kirstii (HT...
kirstiic
Oct 3, 2009 2:08 pm
Hello, Someone in our marketing department came to me with a last minute request for a presentation. She's looking for some citable research numbers on the...
23928
Ramkumar
rmkmr79
Oct 3, 2009 2:10 pm
Do you have data warehouse enabled for your report suite? I haven't used discover, so don't know whether the same thing can be achieved using discover. Pull...
23929
drogenfranz2000
Oct 3, 2009 6:49 pm
A Google Analytics problem: I have e-mail campaign X and tagged all the links in that campaign with the utm campaign variables. I am sure that I have tagged...
23930
S
seshuser
Oct 4, 2009 1:42 am
Try this.. $x = "www.example. com/center/ SID-0ABC34- 38B7/home/ resources. asp"; $x =~ s/SID-(.*?)92;///gi; print "\nx is $x"; x is www.example. com/center/...