Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #654285

    Hi,

    This is not an enfold specific problem, but the support on this forum is so incredible that I thought I would give it a shot:

    I setup event tracking in the footer of my theme:

    (function($){
    	$(window).load(function() {
    		$('.free-quote .button').on('click', function() {
    			ga('send', 'event', 'RFQ - Home Page', 'click', 'Estimates');
    		});
    
    		$('.quote-form .button').on('click', function() {
    			ga('send', 'event', 'RFQ - Residential Services', 'click', 'Estimates');
    		});
    	 });
    })(jQuery);
    

    I setup a goal in Google Analytics:

    Category Equals to RFQ – Residential Services
    Action Equals to click
    Label Equals to Estimates
    Value Equals to 0

    My events are working and being recorded by Google Analytics, but they are not being recorded as completed goals.

    #655634

    Hey xuamox,

    Considering that none has replied for two days I think you will have to post your question somewhere else I think, I think Analytics has a help forum or support?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.