mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-15 12:49:43 +01:00
Update events
This commit is contained in:
parent
cad0813eb6
commit
c5c2ee3b2c
@ -114,7 +114,7 @@ export class Renderer {
|
|||||||
// RoadmapClick, BestPracticesClick, etc
|
// RoadmapClick, BestPracticesClick, etc
|
||||||
category: `${pageType.replace('-', '')}Click`,
|
category: `${pageType.replace('-', '')}Click`,
|
||||||
// roadmap/frontend/switch-version
|
// roadmap/frontend/switch-version
|
||||||
action: `${this.resourceType}/${this.resourceId}/switch-version`,
|
action: `${this.resourceId}/switch-version`,
|
||||||
// roadmap/frontend/switch-version
|
// roadmap/frontend/switch-version
|
||||||
label: `${newJsonFileSlug}`,
|
label: `${newJsonFileSlug}`,
|
||||||
});
|
});
|
||||||
|
@ -199,7 +199,7 @@ export class Topic {
|
|||||||
|
|
||||||
window.fireEvent({
|
window.fireEvent({
|
||||||
category: `RoadmapClick`,
|
category: `RoadmapClick`,
|
||||||
action: `roadmap/${roadmapId}/load-topic`,
|
action: `${roadmapId}/load-topic`,
|
||||||
label: topicUrl,
|
label: topicUrl,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user