piwikHelper: new piwik ids

This commit is contained in:
argirok 2022-07-14 18:36:28 +03:00
parent 270569ea90
commit 7ae6434a7f
1 changed files with 5 additions and 1 deletions

View File

@ -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];