graph TD
%% 契約主体
Contract["Contract"]
%% ワークスペースのグループ
subgraph main_ws [work space]
direction LR
WSA["work space A"]
WSB["work space B"]
WSC["work space C"]
end
%% 契約とワークスペースの関連付け
Contract --> main_ws
%% ワークスペースA の固有機能群
subgraph FuncA [Function]
direction LR %% 機能ブロックを横並びに
subgraph UserAnalytics [User Analytics]
UA_A["project A"]
UA_B["project B"]
end
subgraph SearchAnalytics [Search Analytics]
SA_A["project A"]
SA_B["project B"]
end
subgraph IndexWorker [Index Worker]
IW_A["project A"]
IW_B["project B"]
end
end
%% ワークスペースB の機能群
subgraph FuncB [(...)]
end
%% ワークスペースC の機能群
subgraph FuncC [(...)]
end
%% 各ワークスペースと機能の関連付け
WSA --> FuncA
WSB --> FuncB
WSC --> FuncC
Some plans may have multiple workspaces under one payment agreement.
You can select a workspace or add a new workspace from the top left corner of the screen.
Multiple workspaces are useful if you want to limit access by company department or pass Amethyst permissions to different clients for client work.
Example:
User access can be controlled in such a way as follows.
<aside> 📌
Multiple sites and multiple SearchConsole properties can be managed in a project as described below. Workspace is a function for user access.
</aside>
Lined up in the left menu are "Projects". Multiple projects can be created within each function. Each project has multiple views (graphs and tables) within it.
<aside> 💡
Each project can change the sites and properties to which it is connected. We recommend using the same site but dividing the scope of analysis by project.
</aside>


A project named "Summary" contains views named "Mobile" and "Desktop".