DanFoster
Forum Replies Created
-
Thanks Frank, that’s really useful.
The only JavaScript error I can see relates to some code you have added through HFCM under
<!-- HFCM by 99 Robots - Snippet # 3: Track Outbound Clicks -->@dom-verde I think the issue you’re having is that you’re not seeing clicks within your website thought Track The Click’s interface within your dashboard. By default, they are excluded. To include them in your report, remove your domain from the Exclude URLs list under the plugin’s Settings -> Other tab. Also reported at https://wordpress.org/support/topic/dashboard-report-different-to-more-report/ – clearly we need to do a better job of explaining this within the plugin 🙂
- This reply was modified 4 years, 2 months ago by DanFoster.
I’ve had a look at your site but it looks like Track The Click is disabled (or at least the tracking is from its settings page) at the moment so I can’t really test it. Do you have a staging area or something similar where you could activate the plugin so I could see the problem happening? If so, please could you also disable Autoptimize on that? It makes the code a little harder to read.
Forum: Plugins
In reply to: [Track The Click] display number of clicks next to each link?It would have been in 0.3.2 but I didn’t choose the right option when preparing 0.3.1 so it snuck in before it was supposed to be released 🙈
Forum: Plugins
In reply to: [Track The Click] display number of clicks next to each link?This wasn’t supposed to be released with 0.3.1, which just came out, but it got left in by accident. If you’d like to try it out, enable “Display click counts” under the Other tab of the plugin’s settings.
Feedback welcome!
Forum: Plugins
In reply to: [Track The Click] Dashboard report different to “more” reportThe report pages by default only include outbound links. You can customise this (eg. to include internal links) from the plugin’s settings page, with the Exclude URLs list under the Other tab. If you want to see internal links in your reports, just remove your site’s address from the box.
Forum: Plugins
In reply to: [Track The Click] Dashboard report different to “more” reportThe dashboard widget doesn’t exclude the domains from the plugin’s Exclude URLs list (by default, that’s clicks to pages that are part of your WordPress site), so in the widget you’d see clicks within your site. Does that explain the difference you’re seeing?
Forum: Plugins
In reply to: [Track The Click] Connect GAThanks for your feedback – we’ve located a bug in version 0.3.0 and have just released a fix in version 0.3.1 – please update and your Google Analytics integration should work as expected.
Forum: Plugins
In reply to: [Track The Click] Tracking Clicks which refer to my own domainThe results of two queries would be helpful:
SELECT COUNT(id) FROM wp_track_the_click_link WHERE url LIKE 'https://vielzutun.ch/wordpress%'and
SELECT COUNT(H.id) FROM wp_track_the_click_hit H JOIN wp_track_the_click_link L ON H.link_id=L.id WHERE L.url LIKE 'https://vielzutun.ch/wordpress%'- This reply was modified 4 years, 2 months ago by DanFoster.
Forum: Plugins
In reply to: [Track The Click] Tracking Clicks which refer to my own domainThat setting is the main WordPress Site Address setting, not the setting for Track The Click. But to confirm, your “Exclude URLs” box is empty? With nothing in there, all clicks should show in the reports.
If it’s empty, are you comfortable using something like phpMyAdmin to run some SQL that I could ask you to run so we can work out what’s going on?
Forum: Plugins
In reply to: [Track The Click] Connect GACould you confirm which options you have selected in Track The Click’s options page?
The three are
- Google Analytics outbound link tracking
- Google Analytics pageview tracking
- Google Analytics Property ID
You need to have filled in your Property ID – which of the other two have you selected, as I don’t see TTC’s GA code being activated on your website?
Forum: Plugins
In reply to: [Track The Click] Tracking Clicks which refer to my own domainHi Chris,
Those links are still tracked, they’re just hidden from the reports. If you’d like to see them included, you can remove your domain from the excluded domains list in the plugin’s Settings -> Other page.
Daniel.
Forum: Plugins
In reply to: [Track The Click] Doesn’t track links inside tooltipsVersion 0.3.0 has just been released which should fix this behaviour for you.
Forum: Plugins
In reply to: [Track The Click] Back-end clicks are trackedWe’re looking at adding an option to ignore clicks by logged-in users, which I think would work well for you. I’m afraid we don’t have a release date for that feature yet.
Forum: Plugins
In reply to: [Track The Click] No timestamp saved in database0.2.19 has just been released which fixes this issue.
Forum: Plugins
In reply to: [Track The Click] No timestamp saved in databasePerfect, thank you for testing the change that’s coming in the next version!