Works great on my site tracks clicks on e-mails and phone numbers great but visiting the same site from a mobile unit it does not work and nothing is tracked.
Any simple solutions?
]]>Hi, I am a bit new to the website field, and can’t seem to understand how to use plugins.
I have installed and activated the Track Everything plugin but don’t know how to use it and where I could see the tracking and such. Could someone help?
]]>I can’t find any reference in the documentation, so I’m wondering if this plugin supports Universal Analytics?
]]>I’m trying to track the clicks of 4 buttons that were developed using a shortcode accordion plugin “su_”, but can’t seem to get it to work because it’s not being picked up by Google Analytics.
The page is https://search2sales.com/google-adwords-consulting/
In Track Everything the values we are using are as follows:
Selector = .su-spoiler-title
Category = Consulting Page
Action = Expand
Label = Accordion
The folks at Google were very nice, and tried to help, but admitted they do not support WordPress.
Any help would be appreciated.
Cheers
]]>Is it possible to add a dynamic label. For instance, I’ve got a variable in my querystring for the page that I’d like to include as a category or label.
]]>I love the plugin and it works perfect for me. But sadly it breaks the awesome Jetpack Sharedaddy buttons on my page. Popups/new windows with sharing options don’t open for most social media options. Is there any way to make them worktogether properly?
]]>When will there be Woocommerce compatibility? Like Add to cart button, Continue shopping, Removed from Basket sort of stuff.
Would be an enormous improvement for me. De Track Everything custom selectors don’t work for my site: https://www.svesi.nl, perhaps because I use Cloudflare for caching and stuff.
]]>I’ve installed the Track Everything plug-in but for some reason the specific events are not being fired.
I’ve added specific events on for example #site_logo
and a
to see if things are working, but no events are fired. The strange thing is that #ui-id-2
seems to fire an event (see for example https://www.voorkoks.nl/product/joseph-joseph-opvouwbare-rasp-lime/ and hit the “Reviews” tab on this page).
What am i doing wrong?
]]>Hello. I installed Track Everything in December, and it worked perfectly until January 3, when it stopped tracking any events. I haven’t changed any settings that I recall. Can you please help?
Thanks!
]]>Hi,
Is it possible to track click on links on certain pages only? Example, link is on:
.page-contact a.yarpp-thumbnail
I don’t want to use yarpp-thumbnail only because it will track also the clicks on other pages.
How can I track .page-contact a.yarpp-thumbnail but not .page-sitemap a.yarpp-thumbnail? Can I use page-content yarpp-thumbnail?
Thanks
]]>Hello, i have changed your script.js. I had wrong events, it always trhown the last working Special Event, and didn′t look for the other ones.
If we declare a function like this one:
function listener($special, events){
$($special.selector).on(events.join(" "), function () {
if($special.name){
$(this).attr("te_oname", $special.name);
}
var eventLabel = ethoseoteCalculateLabel($(this), ["te_oname", "te_name", "name", "title", "id", "href"]);
var eventInfo = ['_trackEvent', $special.category, $special.action, eventLabel];
ethoseotePushEvent(eventInfo);
});
}
and call it from the loop:
for (i = window.trackeverything.special.length – 1; i >= 0; i–) {
var $special = window.trackeverything.special[i];
$($special.selector).off(“.jqtedefault”);
if(window.trackeverything.settings.debug){
$($special.selector).addClass(“track-everything track-everything-special”).removeClass(“track-everything-default”);
}
var events = [];
for (var j = $special.events.length – 1; j >= 0; j–) {
events.push($special.events[j] + “.jqte.jqtespecial”);
}
listener($special, events);
}
it works great for me. Could you test it?
I had high hopes for this plugin. But nothing is being tracked though I selected for everything to be tracked. Your contact form and phone number no longer work. My assumption is that this plugin is no longer supported or functioning.
]]>I have really been wanting to use your tool, I activated and configured correctly. For some reason I do not see any events being tracked in GA, I turned on Debug mode and I see your tracking classes being added to my forms but nothing actually gets tracked in GA.
Do you have any thoughts on this?
]]>Is there any way to track plays of an embedded YouTube video?
]]>Is it possible to track things like javascript toggles as seen on this page: https://www.kinderbuero.info/doppeldecker/highscore-breaker/?
They have no special ID or class, so they cannot be identified exactly…?!
What about tracking flash players (play button) like here: https://www.kinderbuero.info/doppeldecker/radiosendungen/ ? The ID of the player changes everytime the site loads, so it cannot be identified, too. Am I right with this?
]]>I now activated the plugin and added some css selectors… but how do I see if I’ve done it right? Is there no onclick-code being added to my links?
]]>I would like to see how many people click the “read more” link on the featured page.
Selector: .more-link
Category: inPage
Action: ReadMore
Label: blank
I do not see any events being generated even if I go and click on it. My Page: https://bharath.lohray.com/weblog/
["_trackEvent", "inPage", "ReadMore", "ReadMore"]
is what comes on the console while debugging.
Hi- Your plugin looks promising, but as soon as I activated it I got this message at the top of all pages except for the home page:
Warning: Invalid argument supplied for foreach() in /home/mwcctest/public_html/wp-content/plugins/track-everything/index.php on line 51
I’m on a nonpublic development server so I can’t share the URL. Any ideas what’s wrong? Thank you!
]]>I might be missing something, but where do I add my UA-XXXXXXX code for the analytics code to be embedded?
Or do I need another plugin to add the code and this to enhance it? If so, which plugin do you recommend?
]]>Hi, I want to track this contact form made with contact form 7:
https://fitoclone.com.br/atendimento/
What I should to do? Can I simple use the css form class? tks!
It is appearing that my customized names for category, action and labels aren`t appearing at google analytics. Only the defaul form category and submission action are appearing… tks!
I use this selector .wpcf7-form and custom catagory, action and label
But only the default names: “form” and “submission” are appearing at google analytics…
Sory to have ofer money at last topic. I did not know that was wrong make this here. tks!
]]>Hi, I want to track this contact form made with contact form 7:
https://fitoclone.com.br/atendimento/
What I should to do? Can I simple use the css form class? tks!
]]>Love the plugin so far. You mentioned in your help that you can use page-id and a descendant selector to track events based on particular pages. Can you give an example of the proper syntax of that?
Say, page ID is 257 and the selector is #getdigital img
Thanks!
]]>I want to add customised tracking events, but am trying to figure out how your customisation form works.
In the example you use a # ….. does this mean you are selecting an id?
]]>Even with the code in the footer, this plugin seems to make any embedded Gravity Form that has conditional logic disappear. The form still shows up in the code, but it’s like the it has been set to display:none in the CSS. It takes up no room on the page. Any ideas?
]]>