Jump to content

Track Members

Featured Replies

What I did now is stop tracking everybody and then re-run the tool on all groups to track them back. In the first time not all members where tracked. In the second time it tracked also some that where not tracked the first time. Now I don't know if there are any more not being tracked,

30 days re-runs where in the version in 3.4.x. Now this is not he case.

Well, I don't know if it's easy for you to send me a query to show all members of MEMBERS group which are NOT being tracked. That would help me a lot.

  • Replies 214
  • Views 17.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Adriano Faria
    Adriano Faria

    New version today later with a new feature: track Search actions. With this information, you can direct your content to get more interest from members.

  • Adriano Faria
    Adriano Faria

    What's New in Version 1.0.2: New feature: Added actions to search: you will be able to know what your members are searching/looking for and thus make decisions regarding your content.

  • Adriano Faria
    Adriano Faria

    I'll send a PM with a fix. New version is already pending.

Posted Images

  • Author

Ok, within an hour. Mobile device now. 

Take a look in your logs to see if there’s any log entry.

Edited by Adriano Faria

Logging is working fine as long as the member is tracked. No prob there.

  • Author
1 minute ago, RObiN-HoOD said:

Logging is working fine as long as the member is tracked. No prob there.

I mean SYSTEM LOG error. If a member isn't being tracked, then probably a log entry should be there with some error.

I don't see anything related with Tracking app in the SYSTEM LOG.

  • Author

A few queries so you can play:

- Total members tracked from all groups:

select count(*) as cnt from core_members where tm_member_tracked = 1 

- Total members tracked from a specific group (replace X by the group ID you want):

select count(*) as cnt from core_members where tm_member_tracked = 1 AND member_group_id = X

- Total members NOT tracked from a specific group (replace X by the group ID you want):

select count(*) as cnt from core_members where tm_member_tracked = 0 AND member_group_id = X

- Track ALL members indefinitely via DB:

update core_members set tm_member_tracked = 1

- Track ALL members indefinitely form a specific user group via DB (replace X by the group ID you want):

update core_members set tm_member_tracked = 1 where member_group_id = X

- Stop tracking ALL members:

update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0

- Stop tracking ALL members from a specific user group (replace X by the group ID you want):

update core_members set tm_member_tracked = 0, tm_member_tracked_deadline = 0 where member_group_id = X

 

In all cases above, add the DB prefix if you use one. To make sure, you can either open the conf_global.php and search for sql_tbl_prefix or go to ACP SQL Toolbox.

Example: if you use 'ibf_' as the prefix, change all occurrences of core_members by ibf_core_members.

31 minutes ago, RObiN-HoOD said:

I don't see anything related with Tracking app in the SYSTEM LOG.

That is expected.

-----------------------

EDIT:

3 hours ago, Adriano Faria said:

 There is no condition or checking, except if the member is already being tracked.

Just a note here: not even this I am checking. All members, even currently tracked, has their update time updated (to a new date or indefinitely).

Edited by Adriano Faria

Ok thanks.

I did a STOP ALL TRACKING and ru-run tool for all groups I wanted. I queried to check for each group if there are any NOT tracked members and all returned 0. That's good.

Now I'll have just to wait to see if for some reason tracked members are somehow untracked, because I think I saw something like that. Tracked people after some time to become untracked. I'll check later or tomorrow.

  • Author

Ok.

  • Author
7 minutes ago, RObiN-HoOD said:

Now I'll have just to wait to see if for some reason tracked members are somehow untracked, because I think I saw something like that. Tracked people after some time to become untracked. I'll check later or tomorrow.

Damn. I see what you mean and I've made the same mistake from 3.4: the task is untracking members that was tracked indefinitely.

I will release a fix in minutes.

  • Author

What's New in Version 1.0.1.2:

  • Fix in the stop tracking task

Updated and checking. Will report later.

Also, every time I update the app I need to re-run the tool for all groups to track. Is that normal? If I don't, when I click the Track Members tab on the frontpage of the site it doesn't show any member being tracked.

  • Author

No and I can’t reproduce. All members are there for me. 

 

Edited by Adriano Faria

I re-updated the latest version and it didn't do it to me again. Can't say anything else. Maybe my mistake.

  • 2 weeks later...
  • Author

New version today later with a new feature: track Search actions.

oSlabGX.png

Yv1hqIt.png

With this information, you can direct your content to get more interest from members.

  • Author

What's New in Version 1.0.2:

New feature:

  • Added actions to search: you will be able to know what your members are searching/looking for and thus make decisions regarding your content.
  • 1 month later...

Thank you for getting this back up, one question.  Is there anyway to track what people are looking at in the Store?  That would be the most important part for me, not a requirement but I'm hoping so I know what people maybe more interested in purchasing.

 

Thanks again!

  • Author

No, not currently.

  • 3 weeks later...
On 2018/03/06 at 1:20 PM, Adriano Faria said:

No, not currently.

So I bought the mod again, and thanks for remaking.  It actually does tell me what products members look at ☺️

Edited by ToeJam

  • Author
4 hours ago, ToeJam said:

It actually does tell me what products members look at

Does it? Good. Sorry for the wrong information. I really don’t use the Store from commerce. 

Yes!  That is a good selling point. 

It's ideal for me because we sell a lot of products in our store and it helps me know what people are looking at, products of popularity or maybe tells me that possibly I may need to lower the price to move more.  Good Job!

  • 3 weeks later...
  • Author

What's New in Version 1.1.0:

  • IPS 4.3 compatibility
  • Author
1 hour ago, Adriano Faria said:

What's New in Version 1.1.0:

  • IPS 4.3 compatibility

DO NOT use in IPS 4.2.X.

  • 4 weeks later...
  • Author

What's New in Version 1.1.1:

  • By requests, added ability to change tracking settings and stop tracking a member in ACP -> Community -> Track Members -> Logs.
  • IPS 4.3 compatibility

iSsYZQa.png

  • Author

:: NOT COMPATIBLE WITH PHP 7.2 (yet) ::

Edited by Adriano Faria

  • 2 weeks later...
  • Author
On 5/14/2018 at 7:38 AM, Adriano Faria said:

:: NOT COMPATIBLE WITH PHP 7.2 (yet) ::

What's New in Version 1.1.2:

  • PHP 7.2 compatibility fix
  • IPS 4.3 compatibility

Recently Browsing 0

  • No registered users viewing this page.