Questions tagged [goal-tracking]

121 questions
0
votes
1 answer

Tracking direct file downloads

I have some files (.zip and .pkg) available for download on my website. I'd like to get statistics of downloads using Piwik. I have created 'Download a file' goals for each file with 'where the filename contains FileToDownload.zip' criteria.…
Oleg Uryutin
  • 413
  • 5
  • 15
0
votes
1 answer

google analytics goal - visit 2 pages not one after another on same site

I am struggling with setting up a goal in GA. I have a goal page and another page X that I want to be a part of a funnel. It is not possible for visitor to go directly from page X to goal page. It can take any amount of time. For me ii is important…
user1031743
  • 319
  • 1
  • 5
  • 14
0
votes
1 answer

Google Analytics reports wrong goal completions and events count

I have this GA-tracked application that is not counting all my events and goal conversions. Events are correctly displayed in the Real-Time chart, but the reports apparently discard some of them. My goal completion counts are being incorrectly…
Arthur Alkmim
  • 237
  • 1
  • 2
  • 10
0
votes
0 answers

Funnel final step

I'm pretty sure I made funnel correctly but for some reason final step work Funnel visualization: Funnel &Goals:
Leg0
  • 510
  • 9
  • 21
0
votes
1 answer

Google conversions not registering within PHP page

Although relatively new to coding, I have successfully implemented a number of tracking codes before, but I am having serious problems getting one conversion code to register on my site. Whilst I have put it into the relevant section of PHP in the…
0
votes
0 answers

Why doesn't Google Analytics Goals read encoded URLs?

I am trying to set goals/funnels on Google analytics. A part of the URL is encoded. For example: Step 1: https://stackoverflow.com/questions/ask?q=5&title=Google%20Analytics%20Goals%20do%20not%20read%20encoded%20urls Step 2:…
Manos
  • 112
  • 1
  • 10
0
votes
2 answers

Wrong goal completion numbers

I have 10 goals set up in Google analytics. They all share the same completion URL, but all have different funnels / steps before completion. Today I know that I have one goal completion, but looking at the report there is 10 reported. So…
olemara
  • 9
  • 2
0
votes
1 answer

Piwik goals(checkout steps)

I am looking for a way to create checkout steps goal in Piwik with the same functionality as it's in Google analytics(Goal Funnel). As far as I have managed with this - Piwik can do that but it doesnt provide separating those steps(only…
werd
  • 648
  • 4
  • 13
  • 23
0
votes
1 answer

Google Analytics cross browser tracking only shows own domain as source in Goal Flow

I have set up cross browser tracking in google analytics in order to track goals. However at Goal Flow I only see my domain (mysite.com) listed at Visits by Source. I have set up tracking in the following way: All non secure pages of my website…
TrendyT
  • 429
  • 2
  • 5
  • 12
0
votes
2 answers

Wordpress Sign-ups Using GA Goal Tracking

I'm trying to use GA Tracking to Track Wordpress Sign-ups on my site. I'm assuming I need to use Goal Tracking and NOT Event tracking for this. I tried setting up goal tracking but it's not working. I am not using any GA plugins like Yoast, etc. I…
Brett
  • 115
  • 2
  • 6
0
votes
1 answer

Google Analytic Goal Flow Number Not Matching

The numbers that are shown within a goal flow node do not match the numbers shown in the table below it in the total row. Could someone please explain why this is or if these numbers represent something different?
user1203306
  • 37
  • 1
  • 7
0
votes
1 answer

Google Analytics shows Duplicate Conversions When Using "Required Step" Feature

I have two goals set up in my Analytics. Both have the same Goal Url but have different steps and have different 1st step which is required. So for example for goal 1 I have: /product1/step1 - required /product1/step2 /thank-you For goal 2 I…
nickornotto
  • 1,946
  • 4
  • 36
  • 68
-1
votes
1 answer

Google Analytics API in inserting goals using PHP

I need help regarding the returned error after initiating request: Here's the request body: { "name": "Test Leads", "id": "2", "type": "Event", "active": true, "eventDetails": { "eventConditions": [ { "type": "Category", …
charlie
  • 1
  • 1
-1
votes
3 answers

How to Write RegEx for Google Analytics Goal Tracking ThankYou Page with Unique ID

www.domain.com/home/processform/thankyou?order_id=9653&order_value=mobilebrand as the the final URL for thank you page with unique ID. ^/thankyou$ as RegEx - will this work to count the goal?
-1
votes
1 answer

How do you implement user Goal Tracking in android

How do you implement goal tracking. Any specific Way of doing. I am thinking storing of user goal in Sqlite db and accessing them and do the logic to track how much is reached. Is there are better way? So we can display the goals reached as…
Ravi
  • 13
  • 1
  • 8
1 2 3
8
9