rhythmic-chef-84815
10/20/2022, 7:21 AMuserRegistrationDate
that stores a unix timestamp, you could make a New vs Existing
dimension like this"fresh-football-47124
rhythmic-chef-84815
10/21/2022, 6:23 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 6:33 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 6:39 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 7:12 AMfresh-football-47124
(() => {
// event
let regDate = "none";
for (let j = 0; j < events["length"]; j++) {
if (events[j].properties["registrationDate"]) {
regDate = events[j].properties["registrationDate"];
break;
}
}
return regDate;
})()
rhythmic-chef-84815
10/21/2022, 7:15 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 7:16 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 7:19 AMfresh-football-47124
rhythmic-chef-84815
10/21/2022, 7:39 AMfresh-football-47124
rhythmic-chef-84815
10/31/2022, 8:17 AMfresh-football-47124
future-teacher-7046
rhythmic-chef-84815
10/31/2022, 1:39 PM