Search found 9 matches

by Opticdisc
Fri Feb 10, 2023 1:03 pm
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

Hi, I'm bumping this because I'm still having a hard time trying to modify Dave Lee's solution (Which we've been using quite a bit) to GS4.. that and getting GA4 to show search results and search pages, which is also very valuable. Has anyone been successful, or is there another method everyone is u...
by Opticdisc
Mon Apr 11, 2022 8:53 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

I've really not looked at events much in GA4 yet, and probably won't for a while. I know they're still captured using gtag, so maybe you just need to change some of the parameters around. I'm currently capturing both Universal Analytics and GA4 at the same time (I've set up properties for both). I ...
by Opticdisc
Tue Mar 29, 2022 9:43 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

I've really not looked at events much in GA4 yet, and probably won't for a while. I know they're still captured using gtag, so maybe you just need to change some of the parameters around. I'm currently capturing both Universal Analytics and GA4 at the same time (I've set up properties for both). I ...
by Opticdisc
Fri Jan 28, 2022 10:16 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

So, Dave, your solution is great but I'm guessing it's for Universal Analytics, correct? What changes would I have to make it work with Google Analytics 4? I read that GA4 doesn't use the Category, Action, Label format anymore. How would the script need to be changed to work with GA4? Thanks! I can ...
by Opticdisc
Wed Jan 26, 2022 12:38 pm
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

Dave Lee wrote:Yep, if you check the code for the 'No' feedback, you'll notice a "$" has been removed before "(this)" - which is typical of what happens if you paste JS code in Flare's editor.

Code: Select all

var reason = (this).attr('data-analytics-label');
Thanks! That was the issue!
by Opticdisc
Wed Jan 26, 2022 7:47 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

I'm using gtags, and I can see everything being recorded in real time, but I can't get the YES or NO section to register. When I look at the Debugger, when I select a REASON for the No, I get the following error in the debug console: Something sounds wrong with your JS code - so perhaps paste what ...
by Opticdisc
Tue Jan 25, 2022 2:55 pm
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

Here's the code behind our feedback system. HTML This is in the master page. Analytics An event is sent to analytics which contains 3 bits of information: (a) A category of "Feedback - Yes" or "Feedback - No". (b) An action which describes one of the reasons selected when you cl...
by Opticdisc
Fri Jan 21, 2022 10:01 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119443

Re: Adding Feedback widget to topics

I've added the HTML, javascript, and CSS from Dave's code, however, when I select Yes or No, nothing happens. What did I do wrong? Is there something else I need to add to make this work? Thank you Nevermind. I figured it out. I'm bumping this because I have the same issue, but I can't figure out w...
by Opticdisc
Fri May 28, 2021 7:44 am
Forum: Source Control
Topic: Troubleshooting Connection to TFS
Replies: 0
Views: 2650

Troubleshooting Connection to TFS

So, I'm trying to work out something.. I have inherited a project bound to a Microsoft Team Foundation Server. When I open the project, all the files have the green Add sign next to them, so I figured I need to check everything in. So, I click Source Control>Check in all . After a few minutes it loo...