{"id":13650042,"url":"https://github.com/coreyasmith/sitecore-custom-timeline-eras","last_synced_at":"2026-01-16T09:51:02.901Z","repository":{"id":215196460,"uuid":"97429556","full_name":"coreyasmith/sitecore-custom-timeline-eras","owner":"coreyasmith","description":"🌋 Sample @Sitecore project to demonstrate how to trigger outcomes and show custom eras in the Experience Profile timeline.","archived":false,"fork":false,"pushed_at":"2020-08-12T16:56:57.000Z","size":1889,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-22T18:47:48.177Z","etag":null,"topics":["experience-profile","sitecore","xconnect","xdb"],"latest_commit_sha":null,"homepage":"https://www.coreysmith.co/sitecore-xdb-custom-eras-in-experience-profile-timeline/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreyasmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-07-17T03:01:27.000Z","updated_at":"2020-07-11T17:11:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e25e7674-2a5c-4a0d-9e91-f95a8b19ff79","html_url":"https://github.com/coreyasmith/sitecore-custom-timeline-eras","commit_stats":null,"previous_names":["coreyasmith/sitecore-custom-timeline-eras"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/coreyasmith/sitecore-custom-timeline-eras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fsitecore-custom-timeline-eras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fsitecore-custom-timeline-eras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fsitecore-custom-timeline-eras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fsitecore-custom-timeline-eras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreyasmith","download_url":"https://codeload.github.com/coreyasmith/sitecore-custom-timeline-eras/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fsitecore-custom-timeline-eras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["experience-profile","sitecore","xconnect","xdb"],"created_at":"2024-08-02T02:00:33.054Z","updated_at":"2026-01-16T09:51:02.869Z","avatar_url":"https://github.com/coreyasmith.png","language":"JavaScript","funding_links":[],"categories":["Analytics"],"sub_categories":[],"readme":"# 💹 Custom Timeline Eras\n\nThis project demonstrates how to trigger outcomes and display custom outcomes as\neras on the Experience Profile timeline in Sitecore.\n\n## 🏗️ Setup\n\n### 🐳 Docker\n\n1. Build the Sitecore 9.3 docker images using the steps in the\n   [Sitecore Docker images repository][1].\n2. Build the solution with the `Docker` build configuration.\n3. Publish both projects in the solution with the `Docker` publish profiles.\n4. On the command line:\n   1. `cd C:\\[path-to]\\sitecore-custom-timeline-eras`\n   2. `docker-compose up`\n\n### 💽 Locally\n\n1. Install a new instance of [Sitecore 9.3][2].\n2. Update the `publishUrl` in [`PublishSettings.Sitecore.targets`][3] to your\n   Sitecore installation's web root (e.g., `C:\\inetpub\\wwwroot\\sc93.sc`).\n3. Update the `publishUrl` in\n   [`PublishSettings.xConnect.IndexWorker.targets`][4] to your xConnect index\n   worker's install folder (e.g.,\n   `C:\\inetpub\\wwwroot\\sc93.xconnect\\App_Data\\jobs\\continuous\\IndexWorker`).\n4. Update the `physicalRootPath` in [`CustomSerializationFolder.config`][5] to\n   point to the root of this repository on your disk.\n5. Build the solution with the `Debug` build configuration.\n6. Publish both projects in the solution with the `Local` publish profile.\n\n## 🚀 Usage\n\n1. Publish the site from Sitecore.\n2. Open the home page in an incognito window or clear your cookies.\n3. Click the `Identify Contact` button to identify the current session.\n4. Trigger some outcomes.\n5. Click the `Abandon Session` button to force the outcomes to show up on the\n   Experience Profile.\n6. Open the Experience Profile from the Sitecore Launchpad and click\n   *Bruce Wayne* to see the outcomes on the timeline.\n7. Enjoy.\n\n## 💡 Notes\nThis repository contains Sitecore Support patch\n[`Sitecore.Support.126998.134727`][6] to fix an issue with the timeline. Please\nsee the [`README.md` with that patch][7] for more information.\n\n[1]: https://github.com/sitecore/docker-images\n[2]: https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/93/Sitecore_Experience_Platform_93_Initial_Release.aspx\n[3]: PublishSettings.Sitecore.targets\n[4]: PublishSettings.xConnect.IndexWorker.targets\n[5]: src/CustomTimelineEras/App_Config/Include/z.CustomTimelineEras.Serialization/CustomSerializationFolder.config\n[6]: https://github.com/SitecoreSupport/Sitecore.Support.126998.134727\n[7]: src/CustomTimelineEras/sitecore/shell/client/Business%20Component%20Library/Layouts/Renderings/Common/Timelines/README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyasmith%2Fsitecore-custom-timeline-eras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreyasmith%2Fsitecore-custom-timeline-eras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyasmith%2Fsitecore-custom-timeline-eras/lists"}