CacheReports
extends Command
in package
Table of Contents
Properties
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
Methods
- handle() : mixed
- updateEmailPerformanceSummary() : mixed
- updateEmailSequenceSummary() : mixed
- createLeadQuizAnalyticsView() : mixed
- createMostVisitedPageByKeywordView() : mixed
- createPageViewsByUTMView() : mixed
- getLeadQuizSubmissionsOverTimeData() : mixed
- getNewContactsReport() : mixed
- getPageViewsOverTimeData() : mixed
- updateClickDetailsSummary() : mixed
- updatePageViewsByUTM() : mixed
- updatePageViewsByUTMCampaignSummary() : mixed
- updatePageViewsByUTMMediumSummary() : mixed
- updatePageViewsByUTMSourceSummary() : mixed
- updateTopContactsSummary() : mixed
Properties
$description
The console command description.
protected
string
$description
= 'Caches all report data for faster retrieval'
$signature
The name and signature of the console command.
protected
string
$signature
= 'reports:cache-all'
Methods
handle()
public
handle() : mixed
updateEmailPerformanceSummary()
public
static updateEmailPerformanceSummary() : mixed
updateEmailSequenceSummary()
public
static updateEmailSequenceSummary() : mixed
createLeadQuizAnalyticsView()
protected
createLeadQuizAnalyticsView() : mixed
createMostVisitedPageByKeywordView()
protected
createMostVisitedPageByKeywordView() : mixed
createPageViewsByUTMView()
protected
createPageViewsByUTMView() : mixed
getLeadQuizSubmissionsOverTimeData()
protected
getLeadQuizSubmissionsOverTimeData() : mixed
getNewContactsReport()
protected
getNewContactsReport() : mixed
getPageViewsOverTimeData()
protected
getPageViewsOverTimeData() : mixed
updateClickDetailsSummary()
protected
updateClickDetailsSummary() : mixed
updatePageViewsByUTM()
protected
updatePageViewsByUTM() : mixed
updatePageViewsByUTMCampaignSummary()
protected
updatePageViewsByUTMCampaignSummary() : mixed
updatePageViewsByUTMMediumSummary()
protected
updatePageViewsByUTMMediumSummary() : mixed
updatePageViewsByUTMSourceSummary()
protected
updatePageViewsByUTMSourceSummary() : mixed
updateTopContactsSummary()
protected
updateTopContactsSummary() : mixed