• Resolved javafiend

    (@javafiend)


    How can I go about resetting the number of views and conversion stats for a pop-up? Also, I am collecting my data in a “Local Hustle List” and would like to be able to clean out the list occasionally.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @javafiend,

    I hope you’re well today.

    There is no way out of the box from UI, but you can do that from the database. Just go to your phpMyAdmin and find the “wp_hustle_modules_meta” table, for deleting local list you need to delete all meta_key “subscription” rows;

    For tracking data, you need to delete all meta_key “popup_view” and “popup_conversion” rows;

    Cheers,
    Oguz

    Thread Starter javafiend

    (@javafiend)

    Thanks. I ended up finding that last night right after I posted.

    Are there any plans to add that as a feature in the Settings at some point?

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @javafiend

    Hope all is well!

    Currently, this is not on the development list, but Hustle is constantly developed. I will forward your suggestion to our developers. Hopefully, if more users will request this feature our developers will consider adding it 🙂

    I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a nice day and take care!

    Cheers,
    Nastia

    krohnchristopher

    (@krohnchristopher)

    I would also love the feature to reset data!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Reset views/stats and clear data’ is closed to new replies.