We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f260b3 commit b653a39Copy full SHA for b653a39
1 file changed
analytics-wordpress.php
@@ -744,7 +744,8 @@ public function get_current_user_identify() {
744
'email' => $user->user_email,
745
'firstName' => $user->user_firstname,
746
'lastName' => $user->user_lastname,
747
- 'url' => $user->user_url
+ 'url' => $user->user_url,
748
+ 'created_at' => $user->user_registered,
749
)
750
);
751
}
@@ -1002,7 +1003,8 @@ public function new_user_identify( $identify ) {
1002
1003
1004
1005
1006
1007
1008
1009
1010
0 commit comments