diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index 27db658..450881f 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -28,7 +28,11 @@ export class PiwikHelper{ "eut":558, "aurora":560, "ebrains": 592, - "neanias-space":"604" + "neanias-space":604, + "heritage-science":607, + "eutopia":608, + "north-america-studies": 609, + "iperionhs":610 }; public static getSiteId(communityId:string){ return this.siteIDs[communityId];