feat: add attributable page analytics

This commit is contained in:
john
2026-07-20 20:49:44 +08:00
parent d479e89fc7
commit 1c82b34ad9
12 changed files with 144 additions and 11 deletions
+2
View File
@@ -98,6 +98,7 @@ test('resolveMindSpacePageDataContext falls back to the MindSpace page service',
id: 'remote-page',
publicationAccessMode: 'internal',
currentPublishId: 'remote-publish',
createdAt: '2026-07-20T12:34:56.000Z',
};
},
},
@@ -108,5 +109,6 @@ test('resolveMindSpacePageDataContext falls back to the MindSpace page service',
pageId: 'remote-page',
accessMode: 'internal',
publicationId: 'remote-publish',
generatedAt: '2026-07-20T12:34:56.000Z',
});
});