Questions tagged [goal-tracking]

121 questions
23
votes
1 answer

Track button click as goal in Google Analytics

I have a button on my website, clicking on this button reveals a phonenumber. HTML
Liu Kang
  • 1,359
  • 4
  • 22
  • 45
5
votes
4 answers

RegEx all URLs that do NOT contain a string

I seem to be having a bit of a brain fart atm. I've got Google counting my transitions correctly but I'm getting false positives. This is the current goal RegEx which works great. ^/click/[0-9]+\.html\?.* But I also want it the RegEx to NOT…
Andy
  • 679
  • 2
  • 10
  • 25
4
votes
1 answer

How to know which keywords convert into goals

I have set up goals in Google Analytics. Also, I have merged Adwords and Analytics. At the moment I can see sources, but I can't see the exact keywords which made conversion.
antonwol
  • 41
  • 3
4
votes
1 answer

How to track Unique URL once in Goal Conversion, Google Analytics?

In Google Analytics, a Unique URL for a Thank you page visited by a person can trigger multiple goal completions. For example: If a person purchases and is sent to /order/900001/thank-you.html he can save that URL and then visit it in the future…
aaron-coding
  • 2,571
  • 1
  • 23
  • 31
3
votes
1 answer

Sitecore setting up goals

I'm currently searching if there's a way of associating goals in to a button without using the Sitecore Forms, is that possible without any additional code? Currently trying and searching if there's a way to associate goals with a button.
3
votes
0 answers

RegEx Expression Help in Google Analytics Goals

I am trying to set up some goals in Google Analytics and I have everything but one of them working. I need to know how to "cut off" an expression essentially. So I have pages that are structured like the following where the CLIENT-NAME portion is…
2
votes
1 answer

How to set a goal in google analytics based on 'outbound click' events?

Tracking outbound links and forms can be tricky because most browsers will stop executing JavaScript on the current page once a new page starts to load. This can be mitigated by setting 'transport': 'beacon'. According to this support page, which I…
Houman
  • 64,245
  • 87
  • 278
  • 460
2
votes
1 answer

Google-Analytics: How do I add an e-mail link as the final step of a goal?

I send a confirmation link via e-mail (in multiple places) but it seems Analytics doesn't recognize those clicks (given URL is visited) unless the visit immediate. I am guessing the last part is about session expiration. How can I define my goal…
muhuk
  • 15,777
  • 9
  • 59
  • 98
2
votes
0 answers

Set goal location through measurement protocol event

I'm using the measurement protocol to send an event to Google Analytics. The event shows up fine, but this event also completes a goal for us and the location keeps coming up as (entrance). I've looked around and read some suggestions saying that…
mcon
  • 679
  • 6
  • 22
2
votes
0 answers

tracking button click as goal in Google Analytics

I am trying to do button click in GA, but getting this This Goal would have a 0% conversion rate based on your data from the past 7 days. Although in the Real Time report, there are conversations. I found this post and I have done exactly this.…
Nauman
  • 894
  • 4
  • 14
  • 45
2
votes
1 answer

Sitecore 7.5 DMS Tracking Goal Programmatically

I'm currently trying to track a button click in sitecore 7.5 using sitecore DMS, i'm finding alot of information on the internet but most of it is pre 7.5 before the change over to MongoDB... Previously it would look something like this: //Check…
2
votes
0 answers

Google Analytics API: How many goal conversions (contact form submission) were triggered from the organic traffic by a certain landing page?

I think it's all in the title but to reformulate, let's say: I want to find out how to report the number of times a landing page "www.mywebsite.com/a-landing-page-with-engaging-content" was at the origin of a form submission. I want to use the API,…
2
votes
0 answers

Combining goals in google analytics

I track several different goals in analytics. Two of my goals are: A - an event B - a pageview I want to know how many (in %) of my visitors, that completed A also completed B. As I understand funnels, goals have to be tracked in a certain order,…
Borje
  • 255
  • 5
  • 19
2
votes
1 answer

Using regular expressions on google analytics goal funnels?

I want to create a goal funnel on Google by using regualar expressions: for example lets say the website is www.example.com and the funnel journey should be 1. Category Page i.e. /brands/nike 2. Product Page i.e.…
2
votes
1 answer

Tracking custom variable in goal conversion with Piwik + Ruby on Rails

I am testing Piwik if it would be suitable for analytics and tracking for my Ruby on Rails application. For testing purposes, I am running piwik on localhost, tracking the rails application running also on localhost. Piwik tracking is integrated by…
1
2 3
8 9