• Resolved olloczky

    (@olloczky)


    Hi Guys,

    I have 2 questions:

    1. The Dashboard tells me:

    “NO DATA AVAILABLE.
    Turn on tracking to activate stats and graphs.”

    Where can I turn this tracking on? I could not find anywhere.

    2. Is there a way to place a button on a slide-in, on which if the user clicks, the slide-in disappears? And maybe count these clicks?

    Thank you in advance!

    Regards,
    Daniel

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter olloczky

    (@olloczky)

    Ok I’ve found the answer for no. 1. ?? still need answer for question 2 please

    Hello @olloczky

    I trust you are doing well!

    It is possible to add a close button, but I am afraid it will not count as a conversion. To add a button please add this content

    <div class="hustle-modal-close">
    	<div class="hustle-icon">Close Slide In</div>
    </div>

    And add this CSS code to Appearance > Customize < Additional CSS

    .hustle-modal-message .hustle-modal-close .hustle-icon {
        max-width: 100%; /* Don't remove */
        max-height: initial; /* Don't remove */
        color: #fff;
        background: #5a5af7;
        width: 50%;
        border-radius: 4px;
    }

    Please note, that link added in the content will require some additional CSS to make it look more like a button.

    It is possible to track a button with Tag Manager, please see here instructions:
    https://www.lovesdata.com/blog/google-tag-manager-button-click-tracking

    Hope this helps!

    Cheers,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tracking’ is closed to new replies.