name = Piwik::translate('BotTracking_AIChatbotsContentPagesTitle'); $this->documentation = Piwik::translate('BotTracking_AIChatbotsContentPagesDocumentation'); $this->dimension = new PageUrl(); $this->order = 10; } protected function getRequestsDocumentationKey(): string { // Scope the "Requests" tooltip to page URLs since this report covers only page actions. return 'BotTracking_ColumnPageRequestsDocumentation'; } }