Rostislav Wolny
|
33f4b2d729
|
Replace usage of WP's current_time without gmt parameter in libs
This commit replaces usages by Carbon::now or in case we need a timestamp it
keeps current_time but adds the gtm parameter as true.
[MAILPOET-6142]
|
2024-08-19 15:29:42 +02:00 |
|
John Oleksowicz
|
0e9b96d0b7
|
Track opens, clicks, purchases, and page views
MAILPOET-4998
|
2023-06-22 15:29:22 +02:00 |
|
Jan Jakes
|
c67c58709b
|
Unify spacing of declare statements
[MAILPOET-2688]
|
2022-11-29 15:04:09 +01:00 |
|
Rostislav Wolny
|
a644c71e64
|
Add subscriber detection from Woo Session to subscriber action tracker
[MAILPOET-4101]
|
2022-02-16 16:06:05 +01:00 |
|
Rostislav Wolny
|
4dce8c2ec5
|
Refactor SubscriberActivityTracker to get rid of entity caching
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|
Rostislav Wolny
|
c953eb1b53
|
Add missing return type hints
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|
Rostislav Wolny
|
c38d3aeac8
|
Disable subscriber activity tracking for admin interface
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|
Rostislav Wolny
|
9c251f8560
|
Add support for callbacks to subscriber activity tracker
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|
Rostislav Wolny
|
28c0e05336
|
Track subscriber activity for logged in users even without cookies
We want to reuse this general tracking also for AbandonedCart emails which
currently track the activity also for logged in users.
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|
Rostislav Wolny
|
056992bc07
|
Add service for tracking subscriber activity on a website
[MAILPOET-3897]
|
2022-02-07 09:38:25 +01:00 |
|