Simple Button Click Counter for Squarespace - Only count 1 click per IP - button

Can't seem to find code that I can embed into my squarespace website for a Unique Click Counter for a button... each click has to be unique like 1 vote per user. Thanks.
copied a few snippets from other users but it wasn't working

Related

How to track from which area of ​the website does the users enter a specific page?

I would like to see from which area of ​​my web site does the users enter a specific page.
For instance, I have this category page: /Nike-Shoes. There are many places that the users can enter to this page; Header menu, Main page, Parent category, Footer, Site search...
How can I track how many users entered /Nike-Shoes from header menu, how many of them entered from site search etc.
Besides this, I also want to track how many of them made a transaction.
So I should be seeing the data like this:
/Nike-Shoes > Header menu > 1000 pageviews > 50 transactions
/Nike-Shoes > Site search > 1500 pageviews > 70 transactions
As a footnote, I have Enhanced Ecommerce implemented.
Thanks in advance for any help.
You have to create a segment with sequence. Session or users that visited one page or group of pages followed by another page.
Something like this:

Google Analytics : Funnel what to add in Category Label and Actions

I am quite new to analytics I am product manager but I have always used GA for Websites.
My new Job demands me to create funnels for Mobile apps which have event tracking in place.
The screen names are: Home | Settings | Popovers screen | Side drawer
Now when I go in Funnel to create it I choose Events and it ask me to add
majorly two things : Category, Action, Label and Value which I have not idea what to add
Example I want to check How many users actually landed on Home and then click on Side drawer and then went to settings ..
This is the flow .. can anyone please help me.
if you want to create a funnel based on events, first you need details regarding each and every individual events. But here I think what you need to create is a funnel based on the page views (destination page).
For example, first step of your funnel would be landing on the home page. Second the second page, settings page etc. First choose your destination page and start to create a goal for that selected destination page. Then under that enable funnel option and add desired page sequence one by one.
This will create the funnel. But this won't show any click events as it based on pageviews.

Unique "clicked" at my Simplenews Newslwetter

I send newsletters from my drupal-7 website using Simplenews Newsletter module.
The newsletters consist of images that have links to my page. What I want, is to have a unique clicked measure. What I currently use is adding the following code:
?utm_source=newsletter_june_2016&utm_medium=email&utm_campaign=newsletter_june_2016
and then logging into Google Analytics, at Acquisition -> Campaigns -> All Campaigns and check the value of newsletter_june_2016 as an example.
But this method doesn't provide unique click for my links. If I click twice on a link, the counter gets increased by two, and Ι can't tell how many of my site's users have actually clicked the link, only how many times were the links clicked.
Is there a way to achieve that?

Is it possible to programmatically retrieve link clicks from iislogs?

We have an app built by a vendor that gives our users the ability to see events and their dates.
A user can search for an event by searching by either specific date, date range, or by event name.
If found, the results are displayed as links and users can click these links to view details.
We are interested in capturing the number of clicks by visitors to the site.
Since the app is not built by us, we are unable to figure out a way to retrieve how many times a user or site visitor clicks on a particular link on a particular page.
We can, however, open an iislog in windows\system32 directory to grab information about click counts.
My question is whether there is a way to programmatically retrieve link click counts on a particular page from iislogs?
Thanks in advance.

How come I can see nothing about the ecommerce from the Google Analytics admin site

Here's the script for tracking the ecommerce on my site, http://gist.github.com/452437 , I tried to do the purchase for several times, but I don't anything happened on https://www.google.com/analytics/reporting/ecommerce , I double checked the script for several times and I can't see anything wrong, could somebody help to point out what the problem is? Thanks a lot
Well, let's deal with the easy case first--have you designated the Site as an Ecommerce Site from the GA Admin Interface (the default setting is "no")?
(Obviously, you can ignore the first few lines here if you only have a single GA Account and a single Profile under that Account.)
Login to GA, then select the Account from the menu in the upper right-hand corner, then select the Profile from the menu to the left.
The next page will show you a list of Reports from the Profile you selected. Find the one you want, and click "Edit", which is at the far right on the same line as the Report you chose.
The page you'll see now has a section called Main WebSite Profile Information (on a line with a grey background). This section contains two columns, which are keys (column 1) and values (column 2) of the Profile Information.
The sixth row in the first column is Ecommerce Website. Check the value (column 2, row six)--is it "No"?
If it is then click "Edit" to the right and on the same line as WebSite Profile Information.
The third item down is "Ecommerce Website" below which are two radio buttons--check "Yes, an Ecommerce Site"
Then click "Save Changes" at the bottom left of that page.
Cause some Ecommerce activity--anything that will show up in the GA Browser, then wait four hours for the GA Server to update and see if it's there.

Resources