All Questions
82 questions
0
votes
0
answers
176
views
How can I get this Javascript to correctly decorate button hyperlinks on my page? Relevant: Google's Cross-Domain Measurement, Unbounce Landing Pages
I have some landing pages built in a service called Unbounce. These landing pages contain buttons going to my sign-up page. The landing pages and sign-up page are in different domains, so I use Google'...
0
votes
0
answers
166
views
knowing the orders that done through a specific link in my online store
I have an online store and I do a lot of campaigns
But I'm having a hard time figuring out how do I know this customer came from which campaign?
Google Analytics gives me general information about the ...
0
votes
1
answer
123
views
How can I track Google Analytics Across Multiple Domains in one account google?
I have installed Google Analytics on my website. The website is www.myhospitals.com. When the user clicks button A, it will track on Google Analytics. When the user clicks button B, it will also track ...
0
votes
1
answer
499
views
Tracking javascript errors in Google Analytics but WITHOUT Google Tag Manager
I am trying to track javascript errors in Google Analytics (analytics.js) but without Google Tag Manager, since I am using another TMS.
I have tried the codes given by @lisburnite here :
Logging ...
0
votes
1
answer
680
views
Which data is collected by Google Analytics PageView?
I am reviewing the privacy of data collected by Google Analytics when collecting on the default PageView action. Here is the code snippet being used:
<script>
(function(i,s,o,g,...
0
votes
2
answers
326
views
Discrepancy between two unique events in Google Analytics
Can someone explain why there is discrepancy in Google Analytics between two unique events, that are sent consecutively?
I have configurered onClick tracking on a button. When this button is clicked, ...
0
votes
2
answers
91
views
Read properties of a script which is returned when my page is loaded
i'm running a react app and when i render the main page except from the bundle and some other files i get this javascript script called https://grcontent.experience-booking.com/file/localhost_script....
2
votes
1
answer
756
views
Google Analytics event tracking does not work
I am developing a website, and it has been published on the 23rd of April.
The general tracking code was inserted on the day we published the website.
Overview data, DAU, page views and so on are ...
0
votes
1
answer
176
views
Google Analytics in Angular2 without page URL change?
Can someone please tell me how can I use Google Analytics when page URL is not change. I am using Angular Material md-tab-group which just switch the page without changing the URL.
Example Code ...
1
vote
1
answer
1k
views
Track fill inputs on Google Analytics
I would like to track the filling form inputs on my form in Google Analytics.
First input is <select />, and I added JS code like below:
$(document).on('change', 'select', function(event) {
...
0
votes
1
answer
108
views
Tracking number of downloads a file without hit [duplicate]
I don't have access to the server. Is there anyway that I can count the number of downloads of a .zip file without counting the number of hits on a link?
For example by copy/paste this URL, URL.com/...
2
votes
0
answers
288
views
Do I need to add my Google Analytics tracking code to each page of my html website
My website is pure html and each page have separate header. So, Do I need to add google analytic tracking code only in index.html or else in all the pages?
0
votes
1
answer
1k
views
Google ecommerce analytics not working
First of all, I am a beginner to analytics and JavaScript.
I am trying to add Google analytics for my e-commerce shopping website implemented in Opencart.
The idea is to get details of most viewed ...
0
votes
2
answers
654
views
Can i redirect the google analytics snippet to my Server?
I need to implement web analytics on my website http://www.example.com. I found that the Google's analytics snippet can be added to the 'footer.php' of my website, and this will trigger Google's ga ...
0
votes
2
answers
498
views
Google Analytics - tracking download clicks
I have a website with a download button which will let you download your self-generated image (which has a generate button too). I want to track the download clicks. Here's my download button code:
&...